Ctags

Go4Expert Member
5Oct2007,20:12   #1
harimagic's Avatar
Hi all,

Actually I use to go through with project codes. When I run
ctags -R. it created one ctags file in the current directory. But actually there are some sub directories, When I open .c file on sub directory and when I place a cursor before function and click ^] this one is not going to respective function on sub directory file and showing that ctag not found.

Please help me as early as possible.


Thanks
hari
Go4Expert Member
14Nov2007,09:57   #2
dharmaraj.guru's Avatar
Hi,

Open the files from the directory in which tags file exists. Then only, tags will work properly. If you open any file from a directory which does not have the tags file, it will not work at all.

||| Dharma |||
Go4Expert Member
25Feb2008,17:26   #3
rashida.par's Avatar
i didnt understand