Open
Description
openedon Apr 24, 2017
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment