Kemal Afzal

Results 13 issues of Kemal Afzal

E.g. VSCode can show the user which parameter the user is currently typing in. But when a member proc call is used, the first parameter is already given, so it...

enhancement

pls help pkemans freeze also where can i ge t romz?

### What happened? Originally described in https://github.com/pragmagic/vscode-nim/issues/198 ```nim type All = enum a1 a2 b1 b2 A = range[a1..a2] B = range[b1..b2] proc test(a: A) = echo a test(b1) ```...

Error Messages