Skip to content

Commit 83cdb0f

Browse files
authored
Update the TypeScript Real-world plugins list (microsoft#326)
The `styled-components` plugin was moved. TSLint is deprecated. Astro, MDX, Vue, and Svelte now provide TypeScript plugins.
1 parent a10e64f commit 83cdb0f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Writing-a-Language-Service-Plugin.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,11 @@ Some other TypeScript Language Service Plugin implementations you can look at fo
271271

272272
* https://github.com/angular/angular/blob/master/packages/language-service/src/ts_plugin.ts
273273
* https://github.com/Quramy/ts-graphql-plugin
274-
* https://github.com/Microsoft/typescript-styled-plugin
275-
* https://github.com/angelozerr/tslint-language-service/
274+
* https://github.com/styled-components/typescript-styled-plugin
276275
* https://github.com/xialvjun/ts-sql-plugin
277276
* https://github.com/HearTao/ts-string-literal-enum-plugin
278277
* https://github.com/ngnijland/typescript-todo-or-die-plugin
278+
* https://github.com/mdx-js/mdx-analyzer/tree/main/packages/typescript-plugin
279+
* https://github.com/sveltejs/language-tools/tree/master/packages/typescript-plugin
280+
* https://github.com/vuejs/language-tools/tree/master/packages/typescript-plugin
281+
* https://github.com/withastro/language-tools/blob/main/packages/ts-plugin/README.md

0 commit comments

Comments
 (0)