News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Feature Request: Navigation by files

Started by Mazay, June 09, 2007, 03:17:09 PM

Previous topic - Next topic

Mazay

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 ?

raph

Are you using a current nightly build and have you tried rightclicking on a class/object/function/method/variable :wink:?

Mazay

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.