vscode-haskell
vscode-haskell copied to clipboard
VS Code extension for Haskell, powered by haskell-language-server
Redo #417
Since I'm a newbie, I had a hard time understanding how to set the path to HLS executable. It was assumed (but not written) that it should be done in...
Addresses issue #300 ### How to test: Set "Haskell: Ignore Standalone" option to `true`  Open Haskell project and check that there's only one HLS instance:  Create a new...
When working on a new HLS feature, it is common to want to add some settings. Ideally, these eventually are exposed as proper settings in the extension, but when hacking...
A minor but nice feature I would like to propose is to automatically add `-- ` on the new line when pressing "enter" in a comment/documentation. Example (cursor position represented...
https://github.com/haskell/vscode-haskell/blob/49321941dd38a4479b29ecf4a657f8392fd04b82/package.json#L140 A colleague of mine recently noticed this "deprecated scope" message. At Mercury we have quite a bit of trouble running HLS on our codebase. A coworker wrote an alternative...
**Is your feature request related to a problem? Please describe.** I sometimes forget I already stopped the language server, and run the "Restart Haskell LSP server" command instead of "Start...
I am often in the situation where my vscode-hosted HLS instance(s) unproductively eat up all my CPU, causing even other applications to time out. "Restart Haskell LSP Server" doesn't help;...
`stack upgrade` should be called with `--silent` or `--verbosity silent` instead of `--no-verbose` ### Your environment Which OS do you use: Windows 10 Pro N 21H1 with WSL2 ### Steps...
### Your environment Which OS do you use: Linux, fedora 34 Which lsp-client do you use: Vscode Describe your project (alternative: link to the project): stack based project ### Steps...