You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduces a simple "Go to References/Find all References" Implementation
CodeLens for Implementations and References, which shows the according numbers and allows VS Code users to click on it to see the locations.
internal preparations to support zParserExtender constructs
fix request panic while parsing when function parameters not yet fully declared
implemented extension support for editor.action.showReferences - which is not directly compatible with LSP types and needs its arguments to be converted to VS Code specific elements...