635 B
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
asastro-ls
0.5.0-next.0
- Moved to scoped
@astrojs/language-server
package - Removed some
devDependencies
from the bundle and added them todependencies
0.4.0
Minor Changes
06e2597
: Adds support for import suggestions