Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why does Open Declaration (F3) not work?

Declaration F3
0
Posted

Why does Open Declaration (F3) not work?

0

Check whether CDT has the include paths to resolve your headers: In the context menu of the project select Indexer – Search For Unresolved Includes. You can also use the Include Browser (from the Editor, Right-click > Show in > Include Browser) to see which includes have been resolved. If your include paths are missing you can add them on Project > Properties > C++ Include Paths and Symbols > Add Include Path from Workspace. Then rebuild the index: Select project, right-click > Index > Rebuild Index. After rebuilding index, look at Window > Show View > General > Error Log: Hover over the “Info” entry, it shows some statistics about what it just indexed. In a reasonably well setup C project, “unresolved symbols” should be below 1% — for C++ the value can be higher depending on code complexity (CDT still has issues with Templates and complex name lookups).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123