source browsing [message #61017] |
Fri, 06 May 2005 12:33  |
Eclipse User |
|
|
|
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 #61188 is a reply to message #61045] |
Fri, 06 May 2005 14:31  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.08148 seconds