intersystems-community / vscode-objectscript

InterSystems ObjectScript extension for Visual Studio Code
https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
Other
108 stars 49 forks source link

Go to definition #1355

Closed Patresko closed 6 months ago

Patresko commented 6 months ago

There is a bug when you click Go to definition on the label which is defined like this

label
 DO gOverviewRefresh,
       gDetail
 QUIT

label2

 DO gOverviewRefresh,
       gDetail
 QUIT

gDetail

 QUIT

When you try to go to defintion of gDetail it does not take you to that label but to label where is used.

isc-bsaviano commented 6 months ago

@Patresko Thanks for reporting this. This is a bug in the Language Server extension, so I will move the issue to that extension's repository.