Diagnosing Completion Issues

  • turn off other completions to reduce noise
"editor.suggest.showSnippets": false,
"editor.suggest.showWords": false

When you enable trace logs, you can often find additional diagnostics information (eg. invokation of completion providers) that can help pinpoint issues. To enable:

  • open the command prompt and type >Developer: Set Log Level.
  • set level to Trace
  • open command promt, type Focus on Output View
  • select Log(Extension Host)

Lookup


Backlinks