Enable Partial Compilation in IntelliJ IDEA

前端 未结 5 1689
名媛妹妹
名媛妹妹 2020-11-28 07:47

How do I enable partial compiles in IntelliJ?

The same feature in NetBeans where by one can run a main method in a class without having non-dependecies in the same

5条回答
  •  粉色の甜心
    2020-11-28 08:48

    Navigate to the Build menu at the bottom of your test editor, right-click on the folder that contains error messages that you find irrelevant.

    Choose "Exclude from compile".

提交回复
热议问题