Top "Exuberant-ctags" questions

Exuberant CTags is a multilanguage implementation of CTags.

How to exclude multiple directories with Exuberant ctags?

I have looked and tried to use exuberant ctags with no luck with what I want to do. I am …

vim ctags exuberant-ctags
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
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
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
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
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
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
Excluding directories in Exuberant CTags

I'm working with a very large code base and I find it useful to be selective about which directories are …

exuberant-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