vscode-csharp: Suggestions in comments on trigger characters despite setting
From @Dima4ka on April 21, 2017 1:44
- VSCode Version: 1.11.2
- OS Version: macOS 10.12.4
Steps to Reproduce:
- Install C# extension
- Set:
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
},
- In .cs file write a block comment like this:
/// <summary
/// Checks that Index method returns proper model and status codes.
/// </summary>
- Put dot in comment (at the end)
Expected
Nothing shows up
Actual
Silly suggestion (!--
) shows up
Copied from original issue: Microsoft/vscode#25109
About this issue
- Original URL
- State: open
- Created 7 years ago
- Reactions: 17
- Comments: 17 (7 by maintainers)
Is this on the roadmap? It’s insane…I love VS Code but I can’t write comments without stumbling all over myself trying to avoid intellisense when I type a period at the end of my carefully crafted sentences 😃
This issue also drives me nuts.