Skip to content

oxlip-lang/oal-vscode

Repository files navigation

VSCode support for the Oxlip API Language

Installation

  1. Follow instructions on how to install OAL.

  2. Install the VSCode extension.

  3. Point the oal.serverPath setting to the oal-lsp binary.

  4. 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

Releases

No releases published

Packages

No packages published