Name suggestions don't contain suggestions starting with a digit.#41224
Merged
dpoeschl merged 7 commits intodotnet:masterfrom Jan 31, 2020
chris-schuetz:Issue39519
Merged
Name suggestions don't contain suggestions starting with a digit.#41224dpoeschl merged 7 commits intodotnet:masterfrom chris-schuetz:Issue39519
dpoeschl merged 7 commits intodotnet:masterfrom
chris-schuetz:Issue39519
Conversation
...p/Portable/Completion/CompletionProviders/DeclarationNameCompletionProvider.NameGenerator.cs
Outdated
Show resolved
Hide resolved
src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests.vb
Show resolved
Hide resolved
…clarationNameCompletionProvider.NameGenerator.cs Co-Authored-By: CyrusNajmabadi <[email protected]>
...p/Portable/Completion/CompletionProviders/DeclarationNameCompletionProvider.NameGenerator.cs
Outdated
Show resolved
Hide resolved
dpoeschl
reviewed
Jan 29, 2020
...p/Portable/Completion/CompletionProviders/DeclarationNameCompletionProvider.NameGenerator.cs
Outdated
Show resolved
Hide resolved
…king if the first character is a digit.
...p/Portable/Completion/CompletionProviders/DeclarationNameCompletionProvider.NameGenerator.cs
Outdated
Show resolved
Hide resolved
dpoeschl
reviewed
Jan 29, 2020
...p/Portable/Completion/CompletionProviders/DeclarationNameCompletionProvider.NameGenerator.cs
Outdated
Show resolved
Hide resolved
…clarationNameCompletionProvider.NameGenerator.cs Co-Authored-By: CyrusNajmabadi <[email protected]>
…ocument.GetLanguageService<ISyntaxFactsService>().
dpoeschl
suggested changes
Jan 29, 2020
Contributor
dpoeschl
left a comment
There was a problem hiding this comment.
Just one test-related issue left for me.
Thank you for your contribution here!
src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests.vb
Show resolved
Hide resolved
… the identifier escaping for keywords.
Contributor
Author
|
I had to move the The |
dpoeschl
approved these changes
Jan 30, 2020
Contributor
dpoeschl
left a comment
There was a problem hiding this comment.
Awesome! Thanks @chris-schuetz!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #39519