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
Post a Comment