vscode-nim
vscode-nim copied to clipboard
Auto-completion doesn't work across styles
With a proc like:
proc hello_snake = discard
If I start typing "helloS", I get the autocompletion for hello_snake
It doesn't work the other way around. With:
proc helloCamel = discard
If I start typing "hello_c", there's no autocompletion for that.