This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
workspace/symbol result location should correspond to identifier #102
Open
Description
- Go to https://sourcegraph.com/github.com/palantir/tslint
- Issue a
workspace/symbol
query for "#getFileNames" - Notice that you jump to the correct file, but the offset is incorrect. It should point to the start of the identifier
getFileNames
, but instead points to the start ofpublic static getFileNames
.
This fix is necessary for cross-repository hovers (see https://github.com/sourcegraph/sourcegraph/pull/4873)