atom-ide-purescript
atom-ide-purescript copied to clipboard
Rebuild on the fly
It seems like the ide waits for a save to do the rebuild and show the errors. I have fixed the issue using another package which saves file on each change. But now, when I open my .purs file I need to do some change in order to trigger the rebuild and see the current errors, which is very annoying.
Is it possible to do a rebuild on file open?
Thanks.
It would be possible to add an option to do this.