Curry IDE for Visual Studio Code

April 13, 2023 ยท View on GitHub

Version Build Downloads TypeScript

IDE support for the functional logic programming language Curry.

Usage

Build the Curry Language Server and point the curry.languageServer.path option to the built executable.

Building

  • Once: npm run compile
  • Incrementally: npm run watch

Credits

Credits to jpsikorra for creating the TextMate grammar.

Contents

  1. 1Usage
  2. 2Building
  3. 3Credits