VS Code autocomplete "g" to "GenServer" case insensitive

Hi guys,

Not sure if this is a VSCode or an ElixirLS related question. If it’s VSCode related just let me know and I’ll remove+post it elsewhere.

I would like VSCode to Intellisense and autocomplete “g” to “GenServer” without having to reach for the shift to uppercase the “g”.

How would I achieve this ?

Thanks and best,

AFAIK not possible without patching ElixirLS to look for the completions case insensitively.

2 Likes

If it is just about the single letter g, not part of any other completion group, you could make use of the snippet support of VScode.

1 Like