fern/01-guide/01-editors/others.mdx
We don't currently have official extension support for the following editors:
Since BAML uses a standard Language Server Protocol (LSP) implementation, you may be able to configure your editor to use the BAML language server manually.
The BAML CLI includes a built-in language server. You can start it with:
baml-cli lsp
This starts an LSP server on stdio that you can connect to from any editor with LSP support.
An alternative is to edit your files in our Playground, and copy the code into your editor. However, we recommend using one of our officially supported editors for the best experience:
If you're interested in contributing editor support for another editor, please reach out. We'd love to help you get started!
The BAML extension is a language server, so we can technically support any editor that supports the Language Server Protocol. The main components needed are: