0

enter image description here

I want to know why I can't use IntelliSense in snippet? Is there a switch that can be controlled?

atline
  • 28,355
  • 16
  • 77
  • 113
  • Did you try manually triggering IntelliSense with `ctrl+space`? In practice, there are many times when VSCode would not show IntelliSense when you want it. – Nurbol Alpysbayev Oct 17 '18 at 09:02

1 Answers1

0

Try changing this setting to false:

Editor › Suggest: Snippets Prevent Quick Suggestions

Control whether> an active snippet prevents quick suggestions.

"editor.suggest.snippetsPreventQuickSuggestions": true

true is the default, sounds like you want false.

Community
  • 1
  • 1
Mark
  • 143,421
  • 24
  • 428
  • 436