I was so used to working with Eclipse for Java related projects that I thought I would work with Eclipse CDT for C projects. "Show in Breadcrumbs" is a great little feature that will show which course the current cursor is on (in Eclipse JAVA).
I do not see this option in the Eclipse CDT. Is it somehow difficult to implement? The closest I could find to use the breading function was as follows:
Go to the "Contour" panel, open the menu (down arrow at the top, right) and select the "Link using editor" checkbox. Now the method name will be highlighted so that they coincide with the location of the cursor.
From (source): here .
Are there any other alternatives for getting the Breadcrumbs function running in the Eclipse CDT environment?
Optimized coder
source share