IntelliJ - show all compilation errors automatically in the project when code is changed -
in eclipse, when make code changes automatically shows compilation errors in workspace in console. seems in intellij have make/build project in order see compilation errors. there window/tab show compilation errors?
nowadays have same option in eclipse have automatic builds when save.

edit
any changes in editor trigger compilation either when ctrl+s pressed or after short interval.
this first image show main method , class simple print method. no compilation errors.

in next image have removed parameter message in print method. that's only thing did, did not save waited couple of seconds. , compilation error shown below because caller of method has supplied many arguments.

Comments
Post a Comment