-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with editors. #7
Comments
I just released If you want better integration with Atom I would checkout https://github.com/nwolverson/atom-ide-purescript |
Awesome! I will give it a try. |
Tooltips in atom-ide-purescript are not showing for me. I guess this is because it relies on pulp? |
@endeavour I'm not sure. It's not an issue with Pux. You should open an issue with atom-ide-purescript. |
I got this working by adding
to my package.json devDependencies, then adding
to my PATH before launching atom to make sure the local npm version of purescript is used and not the globally installed one. |
I just cloned this repository and it works wonders.
I was wondering how would it be to check purescript typecheck errors. Using pulp generally I use
pulp build
withjson-errors
together with an Editor like Atom, however this template does not use pulp.npm start
?The text was updated successfully, but these errors were encountered: