WebStorm / IntelliJ support?
See original GitHub issueIt seems like there is a plugin for LSP https://plugins.jetbrains.com/plugin/10209-lsp-support https://github.com/gtache/intellij-lsp
I tried running the executable /usr/local/bin/svelteserver
but nothing happens, can anyone point me to the right direction? Thanks.

Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Product & Technical Support - JetBrains
Need help with JetBrains products? Click a product below to get technical support, read the documentation, participate in community discussions, ...
Read more >IDEs Support (IntelliJ Platform) | JetBrains
Installation and Licensing · Known issues · Troubleshooting · General usage · Version Control · Debugger.
Read more >Support and assistance | IntelliJ IDEA Documentation - JetBrains
If you can't find the information you need in the online help, you can contact the JetBrains support team. Browse the IntelliJ IDEA...
Read more >WebStorm: The Smartest JavaScript IDE, by JetBrains
WebStorm, our IDE for JS and related technologies, makes the development experience more enjoyable by automating routine work and helping with complex ...
Read more >WebStorm Plugin Development | IntelliJ Platform Plugin SDK
WebStorm is an IntelliJ Platform-based product. Plugin projects for WebStorm can be developed using IntelliJ IDEA with the Gradle IntelliJ ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This should conform to the standard LSP interface (so it should work with any LSP compatible editor), though I’m afraid I have no advice on how to run the module as a standalone CLI tool. I don’t know, I’d recommend digging into the source and seeing how it works.
Closing in favor of #361