psc-ide-emacs
                                
                                 psc-ide-emacs copied to clipboard
                                
                                    psc-ide-emacs copied to clipboard
                            
                            
                            
                        Emacs integration for PureScript's psc-ide tool.
When trying to use go to definition, it usually fails with "No position information for [symbol]". Type information shows up in the minibuffer and with C-c C-t, so it's not...
It's very annoying when hitting `C-c C-b` finally ends up with no errors and closes down the error frame. If I don't create a new small frame, a fresh error...
Hi, I was testing psc-ide-emacs with the 27.1 Emacs release candidate, and I ran into the follow error: ``` Checking /gnu/store/06lnd0p7dxsln5yzzbk5vqdadbpdnl9m-emacs-psc-ide-0.1.0-2.663f4e2/share/emacs/site-lisp/... Compiling /gnu/store/06lnd0p7dxsln5yzzbk5vqdadbpdnl9m-emacs-psc-ide-0.1.0-2.663f4e2/share/emacs/site-lisp/psc-ide-autoloads.el... Compiling /gnu/store/06lnd0p7dxsln5yzzbk5vqdadbpdnl9m-emacs-psc-ide-0.1.0-2.663f4e2/share/emacs/site-lisp/psc-ide-backported.el... Compiling /gnu/store/06lnd0p7dxsln5yzzbk5vqdadbpdnl9m-emacs-psc-ide-0.1.0-2.663f4e2/share/emacs/site-lisp/psc-ide-flycheck.el... Lisp nesting exceeds...
I've got a purescript project that I need to edit remotely over TRAMP. I've ensured the remote machine has `spago` and friends. However, when I ran `psc-ide-server-start` from a purescript...
After updating my packages, `psc-ide-flycheck-insert-suggestion` doesn't work anymore. I am getting "psc-ide-flycheck-insert-suggestion: Wrong type argument: flycheck-error, [cl-struct-flycheck-error". psc-ide-20190326.2110 flycheck-20190503.853 The full message log: ``` The import of module Prelude contains...
I have a project which has both bower and spago build - [rave](https://github.com/reactormonk/purescript-rave), and goto-def doesn't work there. It doesn't find rather straightfoward (e.g. `Mu`) constructors where I don't have...
Maybe this is only my problem, but I do not get sources shown for lines with find usages. 
Add import will write to a temporary file and do replacements on the buffer, but add import qualified will write to the whole file and require reverting the buffer. https://github.com/purescript-emacs/psc-ide-emacs/blob/230101a3d56c9e062c3ce2bf9a4dc077e5607cc0/psc-ide.el#L533-L569
Currently, the `psc-ide-server` is global per emacs instance. It should be per-project instead of per-emacs.
We got find-usages/references via xref in #134 This needs documenting