Serpen / VBS-VSCode

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

How can I code navigate ('Go To Definition') across different files? #56

Open PayaamEmami opened 2 years ago

PayaamEmami commented 2 years ago

I'm working with a large project that has inline vbscript in html files.

I've set html files to be associated to vbscript in my settings.json file: "files.associations": {"*.html": "vbs"},

I'm able to go to definition for symbols that are defined in the same file, however I can't go to definition for symbols that are defined in different files elsewhere.

Is there anyway I can do something to achieve this? Thanks!