* 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
* 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.
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.