Editor and Code Inspection Re-Analyzes Already Open Files
Answered
Hi,
I would like to ask if there is an option to prevent the code inspector from re-analyzing files which are already open and have already been parsed, but are not currently active. Essentially, when multiple tabs are open, code inspection seems to be re-performed every time I switch back to that file (e.g. header file).
Please sign in to leave a comment.
Hello! We are sorry for inconvenience. For now, sometimes CLion is too pessimistic and rehighlights all opened files on some changes. Some of the cases are fixed in CLion 2018.1 EAP (i.e. https://youtrack.jetbrains.com/issue/CPP-11504), please try the EAP build and check whether the situation is better with it on your side. Unfortunately, other cases are not so trivial, and additional work is required.
OK thanks for the information.