pragmagic / vscode-nim

An extension for VS Code which provides support for the Nim language.
Other
235 stars 38 forks source link

Fix for the signature provider #22

Closed RSDuck closed 8 years ago

RSDuck commented 8 years ago

It solves an infinte loop which somehow occurs because of a regular expression which couldn't be resolved. Also I improved how it operates with generics(where the parameter suggestion sometimes got screwed up). And at last but not least it fixes that when calling a function from a sub package of an imported package it showed the wrong selected parameter.