Skip to content

fwcd/vscode-curry

Repository files navigation

Curry IDE for Visual Studio Code

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.