Open
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.99.3
- OS Version: Kubuntu 24.04
Steps to Reproduce:
- Disable the suggestions on trigger characters with
"editor.suggestOnTriggerCharacters": false, - Edit a JS file, or C file, and see that suggestions only appear when typing "ctrl" + "space"
- Edit a JSON file and note that suggestions start appearing when you start typing in any quotes
I'd expect JSON to follow the same setting. As it is, I dissable the "suggestOnTriggerCharacters" so that I can navigate entirely by keyboard, and chose when to use the suggestions. Having to press "esc" every time I wish to move my cursor up/down is excessive given I use the suggestions rarely, and even rarer still in JSON.