Top "Ctags" questions

Ctags is a program that generates an index (or tag) file of names found in source and header files of various programming languages.

The ctags command doesn't recurse saying "it is not a regular file"

When I run ctags -R *, I get errors saying that all directories are not regular files and it skips them …

ctags exuberant-ctags
Using Macvim over ssh

My project involves working on a large codebase on a remote server. I'm constantly editing multiple files, so scp'ing files …

vim ssh macvim ctags
How to use Ctags to list all the references of a symbol(tag) in vim?

Can I list all the references of a symbol in vim using Ctags? like the 'Find References' In some GUI …

vim ctags
emacs, etags and using emacs as an IDE

My usual tools are Emacs with g++ on a Linux system to implement my research algorithms. For the last some …

c++ c emacs ide ctags
ctag database for Go

How to generate tags file for Go source In mac, I installed exuberant ctags , and tried the below command in …

go ctags exuberant-ctags
How can I run ctags in a large code base?

Assuming I have a code directory structure as follows: /top /second /core a.pl b.pl c.pl /common d.…

linux vim cygwin vi ctags
How to programmatically create/update a TAGS file with emacs?

Is there any plugin for emacs to automatically update the TAGS file in my C project (for example on buffer …

emacs ctags
run a shell command (ctags) in cmake and make

I'm coding a c++ project in vim. I'd like to run a ctags command (ctags -R --c++-kinds=+p --fields=+…

cmake ctags
ctags in sublime text

I've just download sublime text 2 beta 2182 under ubuntu 10.10 with Exuberant Ctags 5.8 I want to use it for c++ coding and …

c++ sublimetext2 sublimetext ctags
When using exuberant-ctags what options to you use?

Using exuberant-ctags 5.8 for gcc 4.4.3 c89 I am just started using exuberant-ctags and I am just wondering what options do you …

ctags exuberant-ctags