Author Topic: Feature Request: Navigation by files  (Read 2951 times)

Offline Mazay

  • Single posting newcomer
  • *
  • Posts: 5
Feature Request: Navigation by files
« 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 ?

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: Feature Request: Navigation by files
« Reply #1 on: June 09, 2007, 03:32:48 pm »
Are you using a current nightly build and have you tried rightclicking on a class/object/function/method/variable :wink:?

Offline Mazay

  • Single posting newcomer
  • *
  • Posts: 5
Re: Feature Request: Navigation by files
« Reply #2 on: June 10, 2007, 06:14:08 pm »
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.