summaryrefslogtreecommitdiff
path: root/tools/astro-languageserver/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-16Fix VS Code extension (#467)Gravatar Nate Moore 33-3737/+0
* 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
2021-05-26[ci] yarn formatGravatar natemoo-re 2-4/+2
2021-05-20[ci] yarn formatGravatar matthewp 3-8/+6
2021-05-20Support for Go to Definition in Astro components (#220)Gravatar Matthew Phillips 5-10/+116
* 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
2021-05-20Get definitions (#219)Gravatar Matthew Phillips 11-219/+430
* Start on css completion * Support for CSS completions * Adds support for Go to Definition in TypeScript in Astro * Run formatting
2021-05-17[ci] yarn formatGravatar matthewp 11-640/+515
2021-05-17Adds CSS completions to VSCode extension (#214)Gravatar Matthew Phillips 12-2/+1115
* Start on css completion * Support for CSS completions
2021-05-13[ci] yarn formatGravatar natemoo-re 2-11/+16
2021-05-13Support for import suggestions in the languageserver (#204)Gravatar Matthew Phillips 3-12/+20
* Support for import suggestions in the languageserver https://www.loom.com/share/21921be3ebd1403aa4aaa4f39587efdb * Add the changeset
2021-05-12[wip] Fix CI (#202)Gravatar Drew Powers 5-116/+95
* Yarn format * Fix changeset --since * Fix Windows tests
2021-05-11VS Code extension (#197)Gravatar Matthew Phillips 6-19/+181
* 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.
2021-05-06Chore: fix lint rules, add more error handling for unexpected cases (#177)Gravatar Drew Powers 1-1/+0
2021-05-05Split out `astro-languageserver` and `astro-vscode` (#173)Gravatar Nate Moore 23-0/+2283