Skip to content

CASM Plug-in for Language Server Protocol Extension in VS Code

License

Notifications You must be signed in to change notification settings

casm-lang/casm-lang.plugin.vscode

Repository files navigation

https://github.com/casm-lang/casm-lang.logo/raw/master/etc/headline.png

casm-lang.plugin.vscode

CASM language extension integration for the language client vscode-editor.

The vscode extension/plugin calls directly a casmd language server process and communicates through the stdin/stdout stream with the application where the language server protocol (LSP) is implemented.

Installation

TBD

$ cd <PATH>
$ git clone https://github.com/casm-lang/casm-lang.plugin.vscode
$ cd casm-lang.plugin.vscode
$ make
$ code .

TBD

Copyright and License

The copyright holder of casm-lang.plugin.vscode is the CASM organization (@casm-lang) and the used license of casm-lang.plugin.vscode is the GNU GPLv3+.