Skip to content

Suggestions in comments on trigger characters despite settingΒ #1424

Open

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
  },
  1. In .cs file write a block comment like this:
/// <summary
/// Checks that Index method returns proper model and status codes.
/// </summary>
  1. 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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions