CSearchContext - switchin between implementation and declaration

7 views
Skip to first unread message

Nathan Huesken

unread,
Oct 9, 2009, 3:01:49 PM10/9/09
to eclim-user
Hi,

When I use Open Declaration in eclipse, it switches betwen the
implementation and declaration.

For example:
---------------Code--------------------
int some_function(int a,int b); //Declaration

(...)

int some_function(int a,int b) //Implementation
{
return a+b;
}
------------------------------------------

In eclipse "F3" jumps to the "Implementation". Another "F3" jumps to
the "Declaration".

It would be cool if eclim would behave similar!

Regards,
Nathan

Eric Van Dewoestine

unread,
Oct 9, 2009, 3:08:37 PM10/9/09
to eclim...@googlegroups.com

Good suggestion. I'll add it to the todo list.

--
eric

Mike Lewis

unread,
Nov 2, 2009, 6:00:58 PM11/2/09
to eclim-user
I would love this as well. It seems like it would be similar to the
ctag feature ctrl+], to go back and forth.

I always felt that ctrl+] == ctrl+clicking on a symbol to go to it's
definition.

On Oct 9, 11:08 am, Eric Van Dewoestine <ervan...@gmail.com> wrote:
> On Fri, Oct 09, 2009 at 12:01:49PM -0700, Nathan Huesken wrote:
>
> > Hi,
>
> > When I use OpenDeclarationin eclipse, it switches betwen the
Reply all
Reply to author
Forward
0 new messages