intersystems / language-server

Repository for the VS Code Language Server
https://marketplace.visualstudio.com/items?itemName=intersystems.language-server
Other
16 stars 6 forks source link

Go To Definition may go to wrong class member #256

Closed isc-bsaviano closed 1 year ago

isc-bsaviano commented 1 year ago

Consider the following class:

Class A.B {

ClassMethod ab() {
}

ClassMethod a() {
}

}

If you are calling ##class(A.B).a() from another document and go to definition on a, you will be taken to the definition of ab.