PureScript IDE not working

Hi,

I’m using PureScript in Visual Studio Code, but Intellisense with the PureScript IDE extension does not seem to work. I have following packages installed:

  • PureScript
  • Node
  • Spago
  • PureScript IDE
  • PureScript Language Support.

Any help would be much appreciated.

What do you mean by intellisense? You should look in the OUTPUT log of IDE Purescript .

Usually what helps is to build the project first before opening it. Otherwise I tend to delete the output folder altogether and rebuild and reopen VSCode until it works.

Hi, wondering what you mean by the OUTPUT log? (My output window is empty whether or not my PureScript IDE extension is working, and regardless of whether purescript.trace.server is set to verbose.)