Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T08:27:16.000Z (over 2 years ago)
- Last Synced: 2024-11-20T06:08:02.660Z (3 months 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
[![Build](https://github.com/kris701/VSHaskellTools/actions/workflows/dotnet.yml/badge.svg)](https://github.com/kris701/VSHaskellTools/actions/workflows/dotnet.yml)
![maingif](https://user-images.githubusercontent.com/22596587/196627060-568c74f5-c75d-442f-ac60-aec02342c877.gif)
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