If some of LaTeX-Workshop's snippets are not handy for me, how can I change them?
E.g. currently __ will trigger _{$1}, but instead I want to use d to trigger it.
I would add:
latex-workshop.intellisense.commandsJSON.replace isn't released yet. Also it only applies to snippets in data/commands.json whereas __ is defined in snippets/latex.json. But this is fine since you can avoid the __ snippet by simply not typing two _s.
Most helpful comment
I would add:
latex-workshop.intellisense.commandsJSON.replaceisn't released yet. Also it only applies to snippets indata/commands.jsonwhereas__is defined insnippets/latex.json. But this is fine since you can avoid the__snippet by simply not typing two_s.