Skip to content

v0.0.24 - CodeLens, Find References, smaller fixes and preparations

Compare
Choose a tag to compare
@kirides kirides released this 30 Oct 23:24
· 5 commits to master since this release
  • Language Server updated kirides/DaedalusLanguageServer@7598ad1...80c4a8d
    • Introduces a simple "Go to References/Find all References" Implementation
      References_1
    • CodeLens for Implementations and References, which shows the according numbers and allows VS Code users to click on it to see the locations.
      codelens_1
    • 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...