-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDE's? #20
Comments
It looks like there are plugins for |
So nobody is working on that right now, but I don't think it would be too hard to add. |
I was wondering specifically about an intellij plugin. I'd work on it but that would mean I'd have to write some Java. 😬 Emacs is cool though. |
It seems like there's a intelliJ-LSP plugin. So if you install this plugin and point it to skip_lsp binary, it should "just work" (one can dream :P) |
Agreed with @vjeux that we should base all of our IDE integration on skip_lsp. An intelliJ plugin based on intellij-lsp would be fantastic. We should also do a VSCode plugin. Sadly I didn't get to this before the release. As I mentioned in #23 open source Nuclide will soon-ish support VSCode plugins unmodified. Once we get the vscode plugin built, we should just wait for the Nuclide work to land to get Nuclide/Atom support. |
In the README it says "with alpha versions of IDE plugins providing near-instantaneous errors as you type". Where can I find these alpha IDE plugins?
The text was updated successfully, but these errors were encountered: