Skip to content

v0.2.0 - Hover, diagnostics, references, stability

Latest
Compare
Choose a tag to compare
@cgay cgay released this 21 Apr 13:48
· 4 commits to master since this release
c3aa79f

What's Changed

  • Add basic compiler warning support by @cgay in #5
  • Update and clarify instructions for VS Code by @pedro-w in #8
  • Hover implementation by @pedro-w in #10
  • Improve emacs client by @pedro-w in #12
  • Allow hover to display info on variables and macros too by @pedro-w in #13
  • Improve textDocument/definition by @pedro-w in #14
  • Update to latest dylan-tool by @cgay in #16
  • Fix eglot bug, add makefile by @cgay in #22
  • Make hover return JSON null and not false if the thing under the cursor is not found by @pedro-w in #24
  • Implement reference provider by @pedro-w in #29
  • Better project finding / opening by @cgay in #33
  • doc: create initial doc, based on README.md by @cgay in #34
  • automation: deploy docs to dylan-lang.github.io by @cgay in #35

Full Changelog: v0.1.0...v0.2.0