I don't have any experience using CLion (I haven't worked with C++ for many years). Have you tried using vscode? It works with Linux and is open source and may work better, I'm not sure.
On Fri, Feb 7, 2025 at 11:28 AM Arthur Naseef <artnas...@apache.org> wrote: > I'm trying to use CLion to work on the activemq-cpp sources, and finding it > is only partially working. The main thing that's missing is navigating > symbols - for example, "find usages" and navigating from a base class to > sub class methods just isn't working at all. > > Looking for the Intellij equivalent of "project structure" but not finding > it... > > If anyone has tips, they would be appreciated. I'm spoiled by Intellij for > Java code. > > Art >