You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although IDE support is useful for all of our supported languages, it's particularly necessary for Java (partially because it has historically been verbose, but also because IDEs for JVM languages are incredibly powerful).
Integrating with one or both of Jetbrains IDEA and VSCode will be important. It's possible that an LSP/BSP server implementation would work with both, although experts should be consulted on the degree to which targetting BSP would be limiting.
The text was updated successfully, but these errors were encountered:
The first priority we've heard from users is for IntelliJ, although support BSP should mean that both are supported. Whichever BSP integration is more debuggable is likely to be easiest to iterate with though.
Although IDE support is useful for all of our supported languages, it's particularly necessary for Java (partially because it has historically been verbose, but also because IDEs for JVM languages are incredibly powerful).
Integrating with one or both of Jetbrains IDEA and VSCode will be important. It's possible that an LSP/BSP server implementation would work with both, although experts should be consulted on the degree to which targetting BSP would be limiting.
The text was updated successfully, but these errors were encountered: