summaryrefslogtreecommitdiff
path: root/tools/language-server/src/plugins (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-26Remove VSCode and Langauge Server from this monorepo (#1230)Gravatar Matthew Phillips 23-2906/+0
* Remove VSCode and Langauge Server from this monorepo * Adds back in the syntax files
2021-08-12[ci] yarn formatGravatar matthewp 2-29/+32
2021-08-12Provide completion suggestions in component props (#1082)Gravatar Matthew Phillips 3-17/+172
* Provide completion suggestions in component props * Limit prop completion to props that the component exports
2021-08-10[ci] yarn formatGravatar matthewp 8-339/+279
2021-08-10Add support for Astro.* completion and Hover help (#1068)Gravatar Matthew Phillips 13-61/+461
* Add support for Astro.* completion and Hover help * Allow providing a generic type to fetchContent
2021-08-09[ci] yarn formatGravatar matthewp 2-27/+31
2021-08-09Fix GoToDefinition for component imports (and component usage) (#1045)Gravatar Matthew Phillips 3-9/+85
* Fix GoToDefinition for component imports (and component usage) * Remove extra comment
2021-06-16Fix VS Code extension (#467)Gravatar Nate Moore 20-0/+2328
* 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