On Eclipse CDT, does someone know how to have the external libraries attached by their source codes?
What I want to do is to click the element (e.g. function, variable) names so that Eclipse opens the corresponding part of its source file (or open header file initially, then open source with another click in header). It's possible in Eclipse' Java mode.
Thanks.