Eclipse and Background Compile like Resharper in Visual Studio -


In Visual Studio with Resharper I can set the project to build background as I type. A red icon on the status bar shows the code of the code something wrong, green if everything is good. It does this by compiling it all the time.

Is there any way to enable it in Eclipse?

This is the default mode for Eclipse to make sure that the "Automatically create" option is "Project" menu , And check "see problem" for any error errors and warnings.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -