Clion cache processing stuk

Answered

When there are two C++ files with the same name (ignoring case), for example, UserRole.cpp and Userrole.cpp, and the classes are different, such as UserRole and Userrole. The cache process will loop forever between the two files and never end.  This leads to the IDE being not auto jump the code.

0
1 comment

Hello!

It seems to be related to CPP-37475. Feel free to comment or upvote the issue to get updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.

As a workaround, you can try disabling the Nova engine - https://www.jetbrains.com/help/clion/clion-nova-introduction.html#switch-to-nova-via-settings.

0

Please sign in to leave a comment.