astro/tools/language-server/CHANGELOG.md
2021-08-11 20:42:31 +00:00

635 B

@astrojs/language-server

0.6.0

  • Fixes bug with signature help not appear in the component script section.
  • Adds completion suggestions for Astro.* APIs in the component script.
  • Adds support for Hover based hints in the component script section.
  • Fixes bug with Go to Definition (cmd + click) of Components.

0.5.0

  • Fix bin file

0.5.0-next.1

  • Expose bin/server.js as astro-ls

0.5.0-next.0

  • Moved to scoped @astrojs/language-server package
  • Removed some devDependencies from the bundle and added them to dependencies

0.4.0

Minor Changes

  • 06e2597: Adds support for import suggestions