exuberant-ctags Questions
5
Solved
I'm new to vim and wanted to get ctags integration working so I can more easily navigate a large java project.
I've pulled down the zip from source forge and extracted it but from here I'm not sur...
Responsive asked 4/4, 2011 at 18:29
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
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
2
Solved
I have my .vimrc file configured in such a way that each time I save a Python file or enter a python buffer (also for Matlab and Latex but it is all the same) it silently executes exuberant ctags:
...
Hemoglobin asked 14/10, 2012 at 21:31
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
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 add.
Here is a list and I am just wondering added too many could it...
Pancreatin asked 7/9, 2010 at 4:21
2
Solved
if I have two files
file a.py:
class A():
pass
file b.py:
from a import A
b = A()
When I use ctags and press Ctrl+] in vim, it redirects me to import statement, not to class definition. In ...
Sheol asked 31/8, 2010 at 13:25
© 2022 - 2024 — McMap. All rights reserved.