pragmagic/vscode-nim

Autocompletion doesn't take the current style into account

Opened this issue · 0 comments

With:

proc my_proc = discard

If I start typing "myP" and hit tab, it gets autocompleted to my_proc. I think it should take the hint and complete to myProc instead.