VSCode support for the Oxlip API Language
Installation
Follow instructions on how to install OAL.
Install the VSCode extension.
Point the oal.serverPath setting to the oal-lsp binary.
The extension looks for an oal.toml configuration file at the root of your VSCode project folder.
Disclaimer: This extension is still experimental. The user experience might feel rough.
Capabilities
- Syntax highlighting
- Interactive compilation error reporting
- Identifier definition lookup
- Identifier references lookup
- Identifier rename
Development
Visual Studio Code and Visual Studio Code Extensions must be installed first.
npm install
make install
| |