purescript-language-server icon indicating copy to clipboard operation
purescript-language-server copied to clipboard

Results 36 purescript-language-server issues
Sort by recently updated
recently updated
newest added

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...

bug

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,...

bug
external

Assume this may be something to do with not having source span - seem module related

bug
external

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...

enhancement

Triggering a completion will add a new line after `import Prelude`. ![image](https://user-images.githubusercontent.com/13085980/93271241-17e03e00-f7b3-11ea-89e6-093472775374.png) ![image](https://user-images.githubusercontent.com/13085980/93271286-31818580-f7b3-11ea-9e38-8945513286d8.png) Formatting it with the formatting provider (and `purty`) will remove the new line: ![image](https://user-images.githubusercontent.com/13085980/93271327-42ca9200-f7b3-11ea-8d58-0859da03569a.png) So importing and...

external

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...

bug
needs info

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...

enhancement
external

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...

bug

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...

needs info
integration

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...

integration