Skip to content

simonhochrein/soul-lsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOUL LSP

Language Server for SOUL

⚠️ This project is in active development ⚠️

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages