How can I use typescript-styled-plugin with typescript-language-server? #4001
Unanswered
skulltraill
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For context: I am trying to use this with the helix editor, so that I can have styled-components in ts files with CSS autocomplete.
Helix does not support plugins yet, so I need to add it as a plugin to the typescript-language-server LSP.
Having read Helix's LSP integration documentation and also the typescript-language-server initializationOptions for plugins, as well as this repos documentation, it is not clear to me how I would go about integrating typescript-styled-plugin with typescript-language-server to work globally across all my usage of Helix.
I'd rather not install typescript-styled-plugin as a dev dependency via npm to all of my projects, and would rather integrate it with Helix LSP so that I can use it seamlessly across all my typescript + styled-components projects whenever I use helix.
I'm hoping someone has achieved this already and can share some insight.
Beta Was this translation helpful? Give feedback.
All reactions