Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Autocomplete only for tab and enter

How could I disable autocompleting for this situation:

Pressing ( after Rate autocomplets with DeviceRotationRate as displayed:

I only want to use tab or/and enter for autocompleting, so I will know what to expect.

like image 736
yierstem Avatar asked Sep 11 '18 16:09

yierstem


1 Answers

The setting that turned this behavior off for me was:

"editor.acceptSuggestionOnCommitCharacter": false

You can find it in preferences - configuration - suggestions

enter image description here

like image 146
Tony Avatar answered Sep 28 '22 11:09

Tony