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.

Exuberant Ctags on Mac

I'm currently using vim for my PHP development. A few weeks ago I bought myself a mac, and wanted to …

php vim ctags exuberant-ctags
vim cannot connect to cscope database

I have opensuse 11.4 installed. Vim is version 7. Now I normally use it to browse the linux kernel source. So I …

database vim tags ctags cscope
Cscope build fails with error message "could not read symbols: File in wrong format"

I am cross-compiling cscope, but suprised to be failed. However, I succeed to build ctags without error, so why does …

build cross-compiling ctags cscope openwrt
How to navigate multiple ctags matches in Vim?

I'm using Ctrl-] in Vim to navigate using Ctags. How do I navigate to alternate file if there are multiple …

vim ctags exuberant-ctags
Taglist: Exuberant ctags not found in PATH

This morning, I started getting that message when I attempt to open a file in Vim. Vim is my editor …

vim ctags exuberant-ctags
Is there an alternative to ctags that works better?

I have just discovered the taglist plugin for vim, and read about how to use it with ctags. However, disappointingly …

vim ctags
how to make vim ctags works for modern javascript

I am using vim and ctags to get taglist. but for javascript, it does not works for this convention MyClass.…

javascript vim ctags
How to get ctags working inside vim

I'm new to vim and wanted to get ctags integration working so I can more easily navigate a large java …

vim ctags exuberant-ctags
Vim and Ctags: Ignoring certain files while generating tags

I have a folder llvm2.9 in which i ran this command. $> ctags -R --sort=1 --c++-kinds=+p --fields=+iaS …

vim ctags
ctags, vim and python code

I generate ctags with the following command ctags -R --fields=+l --languages=python --python-kinds=-iv -f ./tags apps/employees/models.…

python vim ctags exuberant-ctags