Language Server for SOUL
- go to definition
- hover
- completion (keyword completion is functional, more soon)
- diagnostics
$ git submodule update --init --recursive
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .
After the project builds, open the vscode_plugin folder in vscode, yarn install, and run the extension.
The syntax file and language configuration were copied from the main SOUL respository