Skip to content

Need a way for extensions to disable textmate quickSuggestions during textDocument/completion #31075

@sean-mcmanus

Description

@sean-mcmanus
  • VSCode Version: 1.14.1
  • OS Version: All

Steps to Reproduce:

  1. Enable quickSuggestions and wordBasedSuggestions.
  2. Type some C++ code like "#pragma o".

Bug: The "o" on Enter will get autocompleted undesirably and there's no way for the language extension to disable the wordBasedSuggestion. VS Code has the comments and strings settings, but it doesn't allow extensions to have it's own classification to disable quickSuggestions (i.e. if the extension knows the code is like a comment/etc. and shouldn't autocomplete).

Reproduces without extensions: No

Metadata

Metadata

Assignees

Labels

*questionIssue represents a question, should be posted to StackOverflow (VS Code)extensionsIssues concerning extensions

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions