purescript-language-server
purescript-language-server copied to clipboard
There are 2 main scenarios that lead to no useful type info being available: * Project is not built - we try to detect this and offer the build command...
Having type data constructors imported: ```purs import Data.Maybe (Maybe(..)) import Data.Maybe as Maybe ``` If to use just imported constructors without a namespace (`Just`, `Nothing`) one cannot go to definition,...
Assume this may be something to do with not having source span - seem module related
Currently the typed hole command requires parameters, the code action requires a second client-side command, [as here in vscode](https://github.com/nwolverson/vscode-ide-purescript/blob/master/src/IdePurescript/VSCode/Assist.purs#L64). This could better be done in a way that doesn't require...
Triggering a completion will add a new line after `import Prelude`.   Formatting it with the formatting provider (and `purty`) will remove the new line:  So importing and...
I haven't narrowed down an exact reproducible case, but I've been getting a lot of duplicate qualified imports on autocomplete lately. At first I thought it related to whether the...
First thanks for this project. I noticed this server behaves differently than all others I use, it only provide errors on file save. Any plans to provide instantaneous diagnostics like...
I don't know if the issue stems from `purescript-language-server` or from coc.nvim. If the issue is indeed from coc.nvim, please tell me and then I'll create an issue there. Here's...
A user of my Vim wrapper reported today that he is not able to use an existing IDE server with the language server. From the logs, this is the configuration...
I am very unfamiliar with all of the inter-workings of plugins / language-servers, do you imaging your language server would be able to work with either of these? - https://github.com/gtache/intellij-lsp...