Skip to content
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

Open
leohahn opened this issue Apr 11, 2016 · 5 comments
Open

Integration with editors. #7

leohahn opened this issue Apr 11, 2016 · 5 comments
Labels

Comments

@leohahn
Copy link

leohahn commented Apr 11, 2016

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 with json-errors together with an Editor like Atom, however this template does not use pulp.

  • Did you manage to integrate it an editor (to show linting errors, etc.) or you just look at the errors on the log from npm start?
@alexmingoia
Copy link
Owner

I just released v4.2.0 which includes updated purs-loader and purescript-webpack-plugin dependencies. This new version reports build errors in the browser so that you don't have to switch back to the terminal. So I'd update to the latest version of pux-starter-app first.

If you want better integration with Atom I would checkout https://github.com/nwolverson/atom-ide-purescript

@leohahn
Copy link
Author

leohahn commented Apr 12, 2016

Awesome! I will give it a try.

@endeavour
Copy link

Tooltips in atom-ide-purescript are not showing for me. I guess this is because it relies on pulp?

@alexmingoia
Copy link
Owner

alexmingoia commented Jun 14, 2016

@endeavour I'm not sure. It's not an issue with Pux. You should open an issue with atom-ide-purescript.

@endeavour
Copy link

I got this working by adding

"pulp": "^8.0.0"

to my package.json devDependencies, then adding

node_modules/.bin

to my PATH before launching atom to make sure the local npm version of purescript is used and not the globally installed one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants