Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 955 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 955 Bytes

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