lsp-haskell icon indicating copy to clipboard operation
lsp-haskell copied to clipboard

lsp-mode :heart: haskell

Results 18 lsp-haskell issues
Sort by recently updated
recently updated
newest added

Currently, when hovering over an identifier, the first "thing" that we can grab is shown in the minibuffer area (as per the default implementation of `lsp-clients-extract-signature-on-hover`). While this is probably...

There has not yet been a tagged release of lsp-haskell. I'll update lsp and lsp-ui for Debian to 6.0 the next days. Is the current lsp-haskell master branch expected to...

Hi, Import with long list of highlighted names which are actually used in the file prevent mouse scrolling. Looks like additionally generated lines are not counted correctly. Meanwhile keyboard cursor...

I want it to be a stand-alone function because I often do this in Haskell code actions. I update Package-Requires emacs `24.3` -> `26.1`, because `seq-find` require Emacs 25, lsp-mode...

When accessing a buffer via a symbolic link I got an error: `Multi Cradle: No prefixes matched`. It's a brand new project set up via with `stack new`, I only...

Closes #92 Wont work on Windows yet because lsp-mode upstream doesn't support decompressing gzips yet there. Also not sure what to do with `lsp-haskell-server-path` variables and friends. Probably needs a...

I have errors like ``` Severity: DsError Message: haskell-language-server: could not execute: hspec-discover ``` when run `haskell-language-server`. I guess the reason is because `hspec-discover` in `package.yaml:tests:build-tools:`, and so installed by...

## Description This PR adds an interactive function for performing case splits. To use it, simply place your cursor over a typed hole, and call `lsp-haskell-case-split`. You should be prompted...

https://github.com/emacs-lsp/lsp-haskell/blob/5d3f4814f6ac44547a62551472cc76fbaebcccf7/lsp-haskell.el#L162-L166 I am trying to set up the `haskell-language-server`, and I’m wondering why the default executable name in this module is called `haskell-language-server-wrapper` instead of just `haskell-language-server`. As far as...

With https://github.com/haskell/haskell-language-server/pull/691 we are introducing a boilerplate style of configuration per plugin, where each gets a global on/off switch, as well as being able to individually turn off parts of...

help wanted