ostinelli / SublimErl

An Erlang Plugin for Sublime Text 2, which enables code completion and allows you to run tests within the editor itself.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When saving/compiling a file, have output of compiler in console

cstar opened this issue · comments

Currently, when there is a compile error, on compile on save, there is no way to know what triggered the error. And the failure is silent, except for the fact that the .beam file disappear on the file listing.

Having the output of the compiler in the console — like when tests are being run — would be great.

Thank you @cstar for this feedback.

Compilation happens every time a file is saved. I'm thinking to make this a dedicated panel, which can be brought up only if desired.

Will look into it asap.

Is this what you meant?

No news, closing.