Hello.
// These settings override both User and Default settings for the Notes syntax
{
“auto_complete_triggers”:
[
{“characters”: “:”, “selector”: “text.plain.notes”},
],
}
This works.
Then I replaced the : with a bracket.
{
“auto_complete_triggers”:
[
{“characters”: “(”, “selector”: “text.plain.notes”},
],
}
This does not work. I tried ( oder \(. But It does not help.
Thank you.