ctags Questions

5

Solved

I have just discovered the taglist plugin for vim, and read about how to use it with ctags. However, disappointingly ctags is a very simple parser. Is there an alternative that is more comp...
Agonist asked 13/10, 2011 at 1:33

4

Solved

I'm using Exuberant ctags to index Erlang files. The "tags" file contains functions, but they do not have module qualifiers; so I can't search for "module:function", only "function", which may giv...
Wakeful asked 24/9, 2009 at 12:18

1

Solved

When I build/update my tags file, ctags starts at the current directory and works its way down recursively. I would like for it to also include a completely different search path, a mapped network...
Stated asked 23/10, 2013 at 22:10

4

I am generating a tags file for emacs for my Ruby on Rails project with the following command: ctags -f TAGS --extra=-f --languages=-javascript --exclude=.git --exclude=log -e -R . $(rvm gemdir)/g...
Diction asked 12/4, 2012 at 9:16

4

Solved

I am trying to use ctags with VIM, and I am a newbie to both. In order to test the extent to which ctags could be useful I decided to put it through a very simple test, namely to parse the headers ...
Tolbert asked 27/10, 2009 at 18:6

1

Solved

(Apologies for the C tag, I did it for the syntax highlighting. This is more of a vim question. If someone more learned than I thinks the tag should be removed please do so) Say I've got this dire...
Epimenides asked 27/6, 2013 at 6:37

3

Solved

For the most part, I find case sensitive tag searching to be appropriate. Most of the languages that we use are case sensitive, so this is desirable. However, I have a DSL in my workplace that use...
Nimitz asked 29/8, 2011 at 18:15

2

Solved

Assuming I have a code directory structure as follows: /top /second /core a.pl b.pl c.pl /common d.pl e.pl /util f.pl g.pl h.pl Where should I run the ctags so that I c...
Celina asked 19/5, 2013 at 15:14

3

Solved

I'm currently using vim for my PHP development. A few weeks ago I bought myself a mac, and wanted to re-generate my tags for a new Zend Framework version. I used the following script in the past (...
Counterpoison asked 24/7, 2011 at 18:28

1

I am trying to set up omni completion for PHP in vim 7.3 with ctags 5.9~svn20110310 on Ubuntu 12.04.1 (LTS) but I am running into a very strange issue where completion provides radically different ...
Bartlet asked 25/9, 2012 at 11:55

1

Solved

I need help on setting up ctags, jsctags, and tagbar so I can have a workable Javascript editing envrionment. I got everything installed but couldn't get an idea how ctags and jsctags work together...
Fredel asked 15/3, 2013 at 6:1

2

Solved

After downloading and installing exuberant ctags, I get some issues hinting that the ctags shell command isn't corresponding to my newly installed ctags. Directory_of_Scripts$ ctags usage: ctags [...
Carbonyl asked 25/1, 2012 at 0:32

6

Solved

I have the following code in my .vimrc: map <Leader>rt :!ctags --extra=+f -R *<CR><CR> This generates ctags for my current directory. I'm using RVM, I'm working on different p...
Shredding asked 27/12, 2010 at 14:14

2

Solved

I am looking for a ctags equivalent to Haskell. I tried hasktags, but it have some problems: In the source folder of enumerator, run hasktags . gives: hasktags: tags: openFile: resource busy (fil...
Practise asked 7/4, 2012 at 21:10

1

Solved

When I search for a C symbol or global definition using cscope, it displays the file-names and line numbers. I would like to see the full file-paths so that I can jump to my arch specific file. For...
Future asked 18/12, 2012 at 8:4

2

Solved

I'm getting "skipping XXX: it is not a regular file" every time I run ctags -R XXX. For one reason or another, ctags on Cygwin isn't recursing directories. Surely, I must be doing something stupid....
Amby asked 13/4, 2010 at 23:54

2

I just started using the kate editor (was using vim) for c dev. I used ctags a lot with vim. So I would like to have the same with the kate editor. I enabled the Ctags plugin in the plugins list. I...
Treva asked 24/1, 2011 at 16:28

1

I am cross-compiling cscope, but suprised to be failed. However, I succeed to build ctags without error, so why does the cscope build fail? The error message is as follows: `sh cflags "optimize='...
Kaz asked 10/9, 2012 at 4:52

1

Solved

I've installed Haskell on my Mac using Homebrew, that is brew install ghc haskell-platform. I'm looking for a way to generate a ctags file of the standard Haskell Platform libraries (modules) so I...
Thereafter asked 20/8, 2012 at 21:2

2

Solved

When I run ctags -R *, I get errors saying that all directories are not regular files and it skips them instead of recursively generating tags for them. ctags: skipping arpa: it is not a regular f...
Whispering asked 3/6, 2010 at 17:59

2

Solved

Recently, i gave up Taglist for Tagbar. Tagbar works as expected for all languages except PHP. It lists class, methods and variables into their respective categories instead of displaying methods ...
Ramburt asked 2/7, 2012 at 8:42

1

I use virtualenv and django in my projects and I am trying to find a more efficient way to browse django source code. As advised here - Tools to help developers reading class hierarchy faster - I ...
Frogmouth asked 28/4, 2012 at 9:1

12

Solved

Right now I have the following in my .vimrc: au BufWritePost *.c,*.cpp,*.h !ctags -R There are a few problems with this: It's slow -- regenerates tags for files that haven't changed since the ...
Cthrine asked 30/9, 2008 at 22:47

3

Solved

I am using ":ta " to jump to a method. For example i got two classes named A.java and B.java. They both have a foo() method and B.java have another method called fooBar(). Then i open A.java and in...
Photoreceptor asked 28/12, 2011 at 13:22

1

Solved

I'm trying to use tagbar for reading code in jquery-1.7.1.js(renamed jquery.js) ,but it doesn't work and display any errors : "your ctags and tagbar configuration are out of sync! ". And my ~/....
Surfacetosurface asked 20/12, 2011 at 3:14

© 2022 - 2024 — McMap. All rights reserved.