dotnet / dotnet/vscode-csharp

Suggestions in comments on trigger characters despite setting

Open
#1,424 18 comments 17 reactions 0 assignees View on GitHub
Backlog Bug Editor-IntelliSense
Dominant language
TypeScript
Stars
3.1k
Forks
737
Avg merge
18h 40m
Merged PRs (30d)
31

Description

_From @Dima4ka on April 21, 2017 1:44_

- VSCode Version: 1.11.2
- OS Version: macOS 10.12.4

Steps to Reproduce:

1. Install C# extension
2. Set:

```
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
},
```

3. In .cs file write a block comment like this:

```
///
```

4. Put dot in comment (at the end)

### Expected

Nothing shows up

### Actual

Silly suggestion (`!--`) shows up

_Copied from original issue: Microsoft/vscode#25109_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.