Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: Mazay on June 09, 2007, 03:17:09 pm
-
Most modern IDEs has the following nice feature: press Ctrl and click on some class/object/function/method name and you will be moved to corresponding declaration/implementation.
Does it so hard to implement ?
-
Are you using a current nightly build and have you tried rightclicking on a class/object/function/method/variable :wink:?
-
Ctrl + leftClick is much more obvious for this, it is quicker. "Find declaration" doesn't work for variables. At least for global and for function parameters. This command doesn't consider signature of functions and scope.