Code compile automatically

How I configure to compile automatically de edited java class when saved?
When I add a new method in a interface and salve the file, the other class that implements this interface, don't show a errors. How automatically compile e synchronize the codes?

Sorry about my english!

Message was edited by:
Luiz Aguiar

0
1 comment
Avatar
Permanently deleted user

Hello Luiz,

LA> How I configure to compile automatically de edited java class when
LA> saved?
LA>
LA> When I add a new method in a interface and salve the file, the other
LA> class that implements this interface, don't show a errors. How
LA> automatically compile e synchronize the codes?

There is no such feature in the current version of IntelliJ IDEA.

You can remap Ctrl-S shortcut to "Compile" - this may let you achieve the
desired result.

--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"


0

Please sign in to leave a comment.