Skip to content

v0.8.0-beta.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@WebFreak001 WebFreak001 released this 21 Jan 01:49
· 101 commits to master since this release
v0.8.0-beta.13
9691745

Big Changes

  • add symbol index component by @WebFreak001 in #285
    • added auto-import to auto completion (#83)
    • added auto-import as code action to (missing) symbols (#144)
    • implemented find references (#261)
  • added folding provider by @WebFreak001 in #294
  • function declarations are shown in the hover now (#140)
    • auto isn't resolved yet, but it's a start
  • fixed / implemented sticky scrolling support through document outline improvements (#264)

Bug Fixes

  • document outline and symbol list shows deprecated symbols as such now (#103)
  • fixed documentation generator when on /**lines (#241)
  • fixed invalid call signature parameter index when in arrays with commas (#242)
  • fix LSP syntax error (and with that fixed nvim-coc compatibility) by @vushu in 2bd513a
  • fix mir.ion error by @monkoose in #297
  • fixed some snippets (#100)
  • improved apple m1 support

New Contributors

Full Changelog: v0.8.0-beta.11...v0.8.0-beta.13