4

I remember an option to automatically build the current project when the focus on the idea windows is lost (for example you switch from intellij to your browser to test your webapp), but I can't find it (idea 12.1.6).

Do you know where could I enable this feature ?

Thanks

4

2 回答 2

3

The button what your are looking for you can find in the deployment tab. Behaviour can be different based on your runner settings. Visit IntelliJ IDEA Documentation for more details.

enter image description here

于 2013-11-14T19:47:39.970 回答
2

IntelliJ can build automatically, after each change (not just when the focus is lost).

See File -> Settings -> Compiler -> Make project automatically

于 2013-11-14T14:55:10.593 回答