"Go to Derived" icon not working from .cpp file in CLion
已回答
Clicking the "Go to Derived" icon next to a base class method in a .cpp
file does nothing — there's no navigation or feedback.
The same icon works correctly in the corresponding .h
file, navigating to derived method implementations as expected.
below is the icon image.

请先登录再写评论。
Hello!
If CLion Classic is used in your CLion (i.e., CLion Nova is disabled), then you face CPP-42948. Feel free to comment or upvote the issue in order 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 enable CLion Nova (File | Settings | Advanced Settings > the Use the ReSharper C++ language engine (CLion Nova) checkbox).
I’m using CLion Classic, not the Nova version. I upgraded from the last version of CLion 2023, where this issue did not exist.