Skip to content
David Cruz edited this page Aug 23, 2023 · 1 revision

Ramattra has a Language Server which allows for code completion, errors and other information to be displayed in your editor.

VSCode Extension

For now, the vscode extension has not yet been published.
See the steps to manually build the language server below.

Other Editors

I plan to also upload this on the OpenVSX registry for anyone using eclipse editors / VSCodium.
However the language server is separate from VSCode and should in the future work with editors supporting the LSP such as Neovim.

Building the Language Server / VSCode Extension

If you want to try out the Language Server VSCode extension yourself, you'll need to follow these steps:

  1. Clone the entire Ramattra repository
  2. npm i
  3. npm run build
  4. Create a symlink from packages/ramattra-vscode to your VSCode extensions folder.

It should work

Clone this wiki locally