CLion 2018.2 Tweaks - Zacorich/omegacoin GitHub Wiki
Turn off Clang-tidy if you have 2 CPU slow cores
Turn off Clang-tidy if you have 2 CPU slow cores it takes too much time for Clang to finish code highlighting when it runs in parallel with java processes of clion. Keep an eye on this issues to be solved - here. Go to: Clion / Settings / Editor / Inspections / Untick all 'C/C++' inspections ; Hit Apply. If any kind of file inspection make you clion crazy on CPU uncheck inspections of it from here. Just to keep in mind that on 2 CPU cores guest vm, once you open any .cpp or .h file, clion will start code analysis in background that will eat all CPU cores and system will become a "slideshow" for a moment, but once it is finished you can keep on reading the code without too much CPU usage.