Skip to main content



      Home
Home » Newcomers » Newcomers » source browsing
source browsing [message #61017] Fri, 06 May 2005 12:33 Go to next message
Eclipse UserFriend
Originally posted by: SteveKlett_asdasdasdasdasd_.gmail.com

Hi-

Super new to Eclipse. I have started using it because Texas Instruments
just released an IDE built on it. I am looking for some functionality
like MS Visual Studio's "Go to Declaration" or "Go to Definition".

For those not familiar, this is what it does;

<code>
int someValue = GetSomeValue();
</code>

now, if I place the cursor over GetSomeValue() and use "Go to Declaration"
it will take me to the h file where I will see this:
<code>
int GetSomeValue();
</code>

Another example, given this code:
<code>
MYDATATYPE* myData = NULL;
</code>

using the command while the cursor is over MYDATATYPE might take me here;
<code>
typedef struct{
int nrItems;
char* nameOfParent;
} MYDATATYPE;
</code>


you get the idea. It does the same for variables, etc, etc. Is there
anything like this in Eclipse? I haven't been able to find it. I've
looked through the plugins section... don't see anything there either.
Hope someone can point me to this functionality!

Thanks,
Steve
Re: source browsing [message #61045 is a reply to message #61017] Fri, 06 May 2005 12:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: SteveKlett_asdasdasdasdasd_.gmail.com

found it, Ctrl + click. Very nice.
Have a good weekend!
Re: source browsing [message #61188 is a reply to message #61045] Fri, 06 May 2005 14:31 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse.rizzoweb.com

Steve wrote:
> found it, Ctrl + click. Very nice.
> Have a good weekend!
>

Also use F3 - it will jump to the declaration of a variety of things,
including classes, methods, variables, etc.

HTH,
Eric
Previous Topic:ByRef Variant
Next Topic:Changing debug hotkeys
Goto Forum:
  


Current Time: Fri May 09 18:39:41 EDT 2025

Powered by FUDForum. Page generated in 0.08148 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top