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.

enter image description here


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.

enter image description here

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.

enter image description here


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -