vote up 0 vote down star

I am using CodeGear RAD Studio C++, I know that to go to a definition of a variable or class you must press control and click on the method name, or any identifier where you want to go to a definition.

However, as most of you would notice this does not work all the time.

Does anyone have any trick on doing this?

flag

76% accept rate
What you are describing is in fact the "Find DECLARATION" function! I was searching google to find a way to actually go to the DEFINITION and ended up here... – Chris M. Sep 30 at 10:59
Hi Chris, I guess find declaration and go to definition are a close functionality. Are they not the same button? I mean like "go to declaration/definition"? – Nassign Oct 1 at 2:33

2 Answers

vote up 1 vote down

If you run the Precompiled-Header Wizard.. under the Tools menu in Codegear 2009, it may improve the performance of the Go to Definition function.

link|flag
vote up 1 vote down

I actually used the Visual Studio Emulator for keys and because of that I can now right click a popup menu and go to definition.

Another benefit of enumlating the Visual Studio keyboard setup is the multiple line tab and alt-Tab now works. Sadly no more shortcut to compile (F6 for RAD Studio 2007 default keyboard setup).

link|flag
Cool that Tab alt-tab thing works nicely in 2009. And shortcut to compile still works! – Seth Oct 1 at 2:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.