Example: trying to type return res.data
after typing the .
it autocompletes to return resizeBy
.
Have already turned off autocomplete on enter, and don't want to turn off editor.quickSuggestions
completely as I still like the menu coming up (just not taking over too much).
Can't find very much about this online at all.
You can click on View and then Click on Command Palette or type Ctrl + Shift + P keyboard shortcut. Click on Toggle Render Whitespace. This option can be used to toggle Indentation dots in VSCode.
You can trigger IntelliSense in any editor window by typing Ctrl+Space or by typing a trigger character (such as the dot character (.)
place this in your settings.json
file:
"editor.acceptSuggestionOnCommitCharacter": false,
To open settings.json
file:
cmd +
, or ctrl +
,Files: Associations
edit
in settings.json
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With