-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Suggestions in comments on trigger characters despite setting #25109
Comments
Thanks @Dima4ka! I believe that I was also able to reproduce this issue in TypeScript |
Yes. That is the design because trigger characters still have a purpose there, think of |
@jrieken No, it was not snippet, it is rather "abc" guess (not intelligent). Looks like part of the HML comment
|
No 'ABC' icon for me, but the keyword icon. My guess is that this is coming from the C# extension. @DustinCampbell Ideas? |
Note that in C#, XML documentation comments aren't precisely "comments". They're very special. Also, in the example, the @jrieken, we're starting to get into territory that it is pretty tricky to get make correct for C# without a little help from VS Code's completion API to let us know how completion was triggered. C# completion can do different things depending on what the user did. Knowing whether the user triggered completion by typing the last character that appears in the document or whether they typing Ctrl+Space can be important. |
Yeah, this has come up before (#752) but hasn't been tackled yet. It's a little harder to do without breaking the API because we want to keep the rule "CancellationToken comes last"... I'll move the issue to vscode-omnisharp to begin with ;-) |
This issue was moved to dotnet/vscode-csharp#1424 |
Steps to Reproduce:
Expected
Nothing shows up
Actual
Silly suggestion (
!--
) shows upThe text was updated successfully, but these errors were encountered: