vscode-nim icon indicating copy to clipboard operation
vscode-nim copied to clipboard

Auto-completion doesn't work across styles

Open dawkot opened this issue 6 years ago • 0 comments

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.

dawkot avatar Jan 25 '20 16:01 dawkot