Skip to content

suggestOnTriggerCharacters setting is ignored when editing JSON files #248199

Open
@xploSEoF

Description

@xploSEoF

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.99.3
  • OS Version: Kubuntu 24.04

Steps to Reproduce:

  1. Disable the suggestions on trigger characters with
    "editor.suggestOnTriggerCharacters": false,
  2. Edit a JS file, or C file, and see that suggestions only appear when typing "ctrl" + "space"
  3. 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.

Metadata

Metadata

Assignees

Labels

jsonJSON support issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions