Serpen / VBS-VSCode

VSCode VBScript language extension
https://marketplace.visualstudio.com/items?itemName=Serpen.vbsvscode
MIT License
24 stars 11 forks source link

GoTo Definition exact range match #33

Open Serpen opened 3 years ago

Serpen commented 3 years ago

Currently GoTo Definition provider matches only the correct line, while trying also to match the comment, it goes even to comment line.

Another Regex within the match could possibly fix that