How to enable those kinda suggestions in string ? Name of the extension? Maybe I need to edit in settings file? Something? Please?
Asked
Active
Viewed 1,256 times
-1
-
Does this answer your question? [Visual Studio Code shortcut to display autocomplete list before typing](https://stackoverflow.com/questions/51341555/visual-studio-code-shortcut-to-display-autocomplete-list-before-typing) – starball Aug 07 '23 at 00:19
1 Answers
3
Check with Visual Studio Code IntelliSense.
You can trigger IntelliSense in any editor window by typing Ctrl+Space
or by typing a trigger character (such as the dot character (.) in JavaScript).

Jimesh
- 479
- 5
- 17