Inmanta Language Server
Project description
Inmanta Language server
provides the bridge between the Inmanta compiler and Visual Studio Code ide, by implementing a Language Server
This is alpha software, it may or may not work
Installation
-
mkvirtualenv -p python3 lstesting
-
pip install inmantals
-
install the inmanta extension via marketplace
-
change config for the extension (ctrl+,)
- set
inmanta.pythonPath
to the virtual env you just created~/.virtualenvs/lstesting/bin/python3
- set
inmanta.ls.enabled
totrue
- set
Features
- navigate-to-defintion on types
Not supported yet
- re-load code (not upon edit or upon save, need to close vscode)
- work with incorrect models (needs to compile, all or nothing)
References
https://microsoft.github.io/language-server-protocol/specification
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
inmantals-0.2.0.tar.gz
(6.2 kB
view hashes)