help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

navigate in C


From: Pedro Sa da Costa
Subject: navigate in C
Date: Thu, 26 Oct 2006 14:54:15 +0100
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050716)

1 - Is there a way in C mode to, by selecting the .h file or a method and press a shortcut key, go that file or function?

For example:

#include "header.h"

by pressing F3 in the selected "header.h", or simply have the cursor of the header file, open the file.

and

int test(){
   call_test();

}

have the cursor above "call_test()" call and pressing F3, goes to the function.


Thanks,
Pedro





reply via email to

[Prev in Thread] Current Thread [Next in Thread]