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
The blog post says only four events are supported. Biome would be able to support only textDocument/codeAction and textDocument/publishDiagnostics. So no formatting for the time being.
The code has to live in the repository, inside the editors/ directory. It would be great to also have, for us developers:
instructions for local development;
setting to change the path of the binary;
Eventually, extend the publishing workflow, to include this new plugin.
Description
Implement lsp client for IntelliJ.
Some preliminary works were previously done. In particular an implementation.
The text was updated successfully, but these errors were encountered: