-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Inquiry About IntelliJ Plugin Plans and Support #101
Comments
Note: @denbezrukov is from the JetBrains team. |
Hi @denbezrukov, thanks for reaching out. I don't have a roadmap available, but I believe the primary focus is taking the best of what is available for ESLint from either the JetBrains plugin or the VS Code plugin and apply that to the Oxc plugins. These are a few of the items I'm going to be working on next (although it could be days or weeks before I get to it).
If JetBrains provided an API/method for these steps, I would find it useful. It looks like it will be re-used 3 times in this plugin, but it's also common functionality for any plugin using LSP and supplying quick fixes.
Long term, Oxc will also have a formatter available. At which point formatting related functionality will be added to the plugin. I would probably guess this is months out as the functionality still has a lot of work to be built out before it is integrated with the language server and then finally IDE plugins. I haven't had any big issues so far. The most common problem I've run into is trouble finding examples of how something is done with the LSP tooling from JetBrains because it is all still new and experimental. I felt similarly about some of the changes I was making within the VS Code plugin as well, so it could be that I'm just not looking in the right places. I am currently waiting for some additional configuration related functionality (oxc-project/oxc#7408) to be added to Oxc and then the intent is to get the plugin updated and a version finally shipped out for it. I don't know what that timeline looks like unfortunately. Hopefully I was able to give you some insight. Let me know if you have any additional questions or anything isn't clear. |
Hello from a Collaborator on VSCode for oxc / LSP Server for oxc :) @nrayburn-tech is making sure that the LSP is aligned with what IntelliJ supports. I can not use textDocument/diagnostic because IntelliJ does not support them. We want to support workspace diagnostic too, LSP has workspace/diagnostic but IntelliJ does not support them. I created a ticket for this and wish it could be implemented in the near future ❤️ |
Hi @nrayburn-tech ,
First, thank you for all the effort and dedication you've put into maintaining.
Could you share any updates or plans regarding its development or future roadmap?
Have you encountered any particular challenges or difficulties while working on the plugin?
Is there any way we at JetBrains can assist or support you with the plugin? We’d be happy to help where needed.
The text was updated successfully, but these errors were encountered: