https://github.com/kris701/vshaskelltools
A project to enable syntax highlighting, execution and light debugging of Haskell programs
https://github.com/kris701/vshaskelltools
haskell visual-studio vsix
Last synced: 8 months ago
JSON representation
A project to enable syntax highlighting, execution and light debugging of Haskell programs
- Host: GitHub
- URL: https://github.com/kris701/vshaskelltools
- Owner: kris701
- License: mit
- Created: 2022-09-10T06:46:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T08:27:16.000Z (over 3 years ago)
- Last Synced: 2025-03-14T12:34:38.361Z (over 1 year ago)
- Topics: haskell, visual-studio, vsix
- Language: C#
- Homepage:
- Size: 763 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VS Haskell Tools
[](https://github.com/kris701/VSHaskellTools/actions/workflows/dotnet.yml)

This is an extension to Visual Studio that allows you to develop in the Haskell Language. The extension can also be found on the [Visual Studio Markedplace](https://marketplace.visualstudio.com/items?itemName=KristianSkovJohansen.VSHaskellTools). The extension requies that [GHCup](https://www.haskell.org/ghcup/) is installed on your computer. This extension adds a range of development tools to make your life easier when working with Haskell:
* Syntax Highlighting
* Prelude Quick Info
* Haskell Editor Options
* Execution of Haskell files
* Execution of a specific function in Haskell files
* Light debugger with GHCi
* GHCi interactive window
* Quick access toolbar
* Outputs compile errors to the VS Error List