On Fri, 7 Feb 2025 09:28:10 -0700, 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. To clarify my comment about VSCode (echoing Christopher Shannon's) suggestioh: VSCode with C/C++ Extensions (a more or less standard one is the C/C++ Intellisense package from Microsoft) should meet that need. Right click over a method name, select "Find all references". I don't know how IntelliJ works these days, so I couldn't say that you'll find everything you need, but Intellisense seems to work reasonably well. It does get confused now and then after a heavy editing session: I generally restart the project and let it rebuild its database. (There may be faster/better ways to reset, I'm not an expert on VSCode.) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@activemq.apache.org For additional commands, e-mail: dev-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact