A: From compiler version > 0.8.3 onwards psc-ide is distributed with the compiler and will be installed with the compiler binaries.
A: If you are using one of Atom, Emacs, VIM or VS Code:
-
Atom:
- install the
language-purescriptpackage - install the
ide-purescriptpackage
- install the
-
Emacs:
install
psc-idefrom MELPA -
(Spacemacs):
enable the purescript layer
-
VIM:
NeoBundle "frigoeu/psc-ide-vim" -
VS Code:
install the ide-purescript package
For any other editor... you'll have to write your own plugin 😄
A: https://github.com/purescript/purescript/tree/master/psc-ide
A: Try https://github.com/nwolverson/purescript-suggest
Step 1: Delete your output/ folder and recompile your project
Step 2: Check if your psc --version and psc-ide-server --version match
Step 3: Check if you have an old psc-ide lying around (think stack, npm or cabal)
Step 4: Hop onto IRC and start a debugging session with @kritzcreek