Skip to content

Commit

Permalink
Update the TypeScript Real-world plugins list (#326)
Browse files Browse the repository at this point in the history
The `styled-components` plugin was moved. TSLint is deprecated. Astro,
MDX, Vue, and Svelte now provide TypeScript plugins.
  • Loading branch information
remcohaszing committed Jul 13, 2024
1 parent a10e64f commit 83cdb0f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Writing-a-Language-Service-Plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,11 @@ Some other TypeScript Language Service Plugin implementations you can look at fo

* https://github.com/angular/angular/blob/master/packages/language-service/src/ts_plugin.ts
* https://github.com/Quramy/ts-graphql-plugin
* https://github.com/Microsoft/typescript-styled-plugin
* https://github.com/angelozerr/tslint-language-service/
* https://github.com/styled-components/typescript-styled-plugin
* https://github.com/xialvjun/ts-sql-plugin
* https://github.com/HearTao/ts-string-literal-enum-plugin
* https://github.com/ngnijland/typescript-todo-or-die-plugin
* https://github.com/mdx-js/mdx-analyzer/tree/main/packages/typescript-plugin
* https://github.com/sveltejs/language-tools/tree/master/packages/typescript-plugin
* https://github.com/vuejs/language-tools/tree/master/packages/typescript-plugin
* https://github.com/withastro/language-tools/blob/main/packages/ts-plugin/README.md

0 comments on commit 83cdb0f

Please sign in to comment.