简体   繁体   中英

Disable real-time error checking in Intellij IDEA?

Intellij IDEA checks errors as you type. Is there a way to just check for errors after you save the file? In Eclipse this is done by unchecking "General - Editors - Structured Text Editors'-> 'Report problems as you type". Is there a similar feature in Intellij IDEA?

Once you create your java file (or any file for that matter) exclude it from the source directory (you can do that in Module Settings -> source tab), this way the compiler wont scan that file for any compile time errors

Hope that helps

K

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM