https://github.com/fwcd/vscode-curry
Curry IDE for Visual Studio Code
https://github.com/fwcd/vscode-curry
curry hacktoberfest vscode
Last synced: about 2 months ago
JSON representation
Curry IDE for Visual Studio Code
- Host: GitHub
- URL: https://github.com/fwcd/vscode-curry
- Owner: fwcd
- License: mit
- Created: 2020-01-30T23:24:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T22:04:12.000Z (10 months ago)
- Last Synced: 2024-12-08T23:17:54.432Z (10 months ago)
- Topics: curry, hacktoberfest, vscode
- Language: TypeScript
- Homepage:
- Size: 411 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Curry IDE for Visual Studio Code
[](https://marketplace.visualstudio.com/items?itemName=fwcd.curry)
[](https://github.com/fwcd/vscode-curry/actions)
[](https://marketplace.visualstudio.com/items?itemName=fwcd.curry)
IDE support for the functional logic programming language [Curry](https://en.wikipedia.org/wiki/Curry_(programming_language)).
## Usage
Build the [Curry Language Server](https://github.com/fwcd/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](https://github.com/jpsikorra) for creating the [TextMate grammar](https://github.com/jpsikorra/curry_syntax_highlight).