2021-06-16 18:20:29 +00:00
|
|
|
# @astrojs/language-server
|
|
|
|
|
2021-08-11 20:35:32 +00:00
|
|
|
## 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.
|
|
|
|
|
2021-06-16 18:20:29 +00:00
|
|
|
## 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
|