Editor: Quick suggestions

Configure if/when suggestions are shown as you type.

"editor.quickSuggestions":false disables quick suggestions entirely. You can still manually trigger suggestions with ctrlspace.

Enable quick suggestions in specific contexts such as comments with:

"editor.quickSuggestions": { "comments": true }