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

https://github.com/purescript/purescript/pull/4395#issuecomment-1267327200

enhancement

Currently `spago.dhall` is hardwired to * Detect PureScript "projects" (as one of several options) * Serve as the config for `spago sources` (by virtue of being the default) The build...

enhancement

After renaming a module, the old one still stays valid in the editor. Also autocomplete will be suggested for both the old and new one.

bug
external

I've been happily using the diagnostics on type feature. One inconsistency I find is when I fix all issues in one file and open/switch to another I still have to...

enhancement

It would be nice if an import for `Something.do` would be possible.

enhancement

Looking at new features, suggestions for displaying export lenses. 1) Remove function names from the display, I don't see how those names are of use here, but they pollute the...

Right now it uses preferred modules when the same thing is exported from multiple places, but I think we should also rank preferred modules higher even when the exports aren't...

enhancement

This is one of the most robotic things I do everyday. I let the IDE add a signature for me but then the types in this signature can't be found....

enhancement
external

I've created [purescript-tidy-codgen-lens](https://github.com/JordanMartinez/purescript-tidy-codegen-lens), which can generate a `Lens.purs` file for each type declaration in a file, as well as the record label lenses. However, this program works on entire files....

enhancement

Full build is returning paths like `file:///c%3a/...` while path returned for single file rebuild is `file:///C:/...` (just returned back to the caller), in a sense it seems these may both...

bug
needs info
windows