Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only consider the best possible naming rule match for a symbol or type kind #59401

Merged
merged 3 commits into from
Feb 9, 2022

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Feb 9, 2022

Prevents certain incorrect naming styles from appearing in the completion list.

Before:
image

After:
image

Fixes #36248

@sharwell sharwell requested a review from a team as a code owner February 9, 2022 01:56
@sharwell sharwell changed the title Restrict all_members fallback rule to kinds not covered earlier Only consider the best possible naming rule match for a symbol or type kind Feb 9, 2022
Copy link
Contributor

@davidwengier davidwengier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Finally!

@sharwell sharwell enabled auto-merge February 9, 2022 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IntelliSense suggests name that does not match convention
4 participants