Age | Commit message (Collapse) | Author | Files | Lines |
|
* chore: astro-languageserver => @astrojs/language-server
* chore: astro-vscode => vscode
* chore: move devDeps to deps
* chore: bump language-server to 0.5.0-next.0
* chore: remove astro-docs
* chore: update changelog
* fix: expose `astro-ls` bin
* fix: vscode extension
* chore: update changelog
|
|
|
|
|
|
* Start on css completion
* Support for CSS completions
* Adds support for Go to Definition in TypeScript in Astro
* Run formatting
* Add support for Astro component go to definition
* Formatting
* Jump directly to file where definition is found
|
|
* Start on css completion
* Support for CSS completions
* Adds support for Go to Definition in TypeScript in Astro
* Run formatting
|
|
|
|
* Start on css completion
* Support for CSS completions
|
|
|
|
* Support for import suggestions in the languageserver
https://www.loom.com/share/21921be3ebd1403aa4aaa4f39587efdb
* Add the changeset
|
|
* Yarn format
* Fix changeset --since
* Fix Windows tests
|
|
* Fix running the extension
I'm not sure how my setup was different but I was unable to get the extension to run locally without adding a binary. This mirrors what Svelte does so I'm assuming it's the way it's supposed to be loaded.
* Resolve TypeScript suggestions to the correct file
This fixes a couple of bugs related to suggestions. 1 was this does the whole `.ts` extension fakeout thing so that the TypeScript plugin thinks that Astro files are TypeScript. Secondly this fixes the caching of the Document, so that suggestions account for the current document text.
|
|
|
|
|