-
-
Notifications
You must be signed in to change notification settings - Fork 909
Using Plugins In Typescript Language Server
Ivan Yonchovski edited this page Oct 3, 2019
·
3 revisions
You could use tsserver
plugins when using typescript language server. Here it is example code:
(setq lsp-clients-typescript-log-verbosity "debug"
lsp-clients-typescript-plugins
(vector
(list :name "@vsintellicode/typescript-intellicode-plugin"
:location "<home>/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.1.9/")))
Check the logs (usually created in <project-root>/.log/tsserver.log
.
- https://github.com/pandell/typescript-plugin-css-modules
- https://github.com/Microsoft/typescript-tslint-plugin
- https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode
- https://github.com/Microsoft/typescript-styled-plugin
- https://github.com/Quramy/ts-graphql-plugin