https://github.com/techwritescode/soul-lsp
https://github.com/techwritescode/soul-lsp
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techwritescode/soul-lsp
- Owner: techwritescode
- Created: 2021-01-28T15:27:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T21:13:43.000Z (over 5 years ago)
- Last Synced: 2025-06-29T19:30:45.132Z (12 months ago)
- Language: C++
- Size: 172 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SOUL LSP
Language Server for [SOUL](http://github.com/soul-lang/SOUL)
:warning: This project is in active development :warning:
## Features Planned:
- go to definition
- hover
## Features in Development
- completion (keyword completion is functional, more soon)
## Features Implemented:
- diagnostics
## Setup
```
$ 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.
## Notes
The syntax file and language configuration were copied from the main [SOUL respository](http://github.com/soul-lang/SOUL)