The ctags tag has no wiki summary.
0
votes
1answer
64 views
Deterministic navigation of c++ class tags in VIM. ctags doesn't work well
Currently, to navigate a.run() tag, I put the cursor on run and press g], which opens a window with enumerated list of tags for all files that have run(). I have to manually find an option that ...
1
vote
2answers
59 views
Exclude dash (-) from word separators in vi
vi uses dash and space as word separators. is there any way to exclude dash from word separators ?
This is required to work with the symbols generated by ctags exe. when symbol contain a "-" ,vi tags ...
0
votes
0answers
286 views
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 i need some auto completition and code navigation. (i was used to eclipse ...
0
votes
1answer
128 views
How do I uninstall ctags on MacOSX?
I was messing around with vim, and every now and again my CPU goes to 100% running ctags. It's getting annoying, I can't figure out how to uninstall it. I've tried 'sudo port uninstall ctags' but that ...
3
votes
3answers
73 views
VI adding # moves cursor to beginning of the line
Why does vim move me to the begining of a line when I press # for a comment or remark say in a perl file?
Why would I not want my comment to be indented at the same level of the current code?
4
votes
2answers
502 views
gVim - What is ctags, and how do I use it?
I am a regular gVim user on Windows, but don't do much more than install it, set up my small _vimrc file, and go.
Now I am trying to both understand gVim Omni completion, and get it to work (I found ...
0
votes
1answer
103 views
4
votes
1answer
289 views
Have VIM jump to a ctag in an existing tab
I have ctags configured with my vim installation. My habit is to usually have all of the relevant files I'm working on open in tabs in vim all at once. The "problem" is that if I use Ctrl+] to jump to ...
1
vote
1answer
289 views
Does ctags for windows support .conf files
I am trying to use the commands in the link below but i cant seem to get ctags to pick up the .conf file , is there a parameter I am supposed to use ?
...
2
votes
6answers
1k views
Is it possible to install ctags without root privs?
I have user access to a Ubuntu instance and I'd like to use CTags.
The error says:
The program 'ctags' can be found in the following packages:
* exuberant-ctags
* emacs22-bin-common
* ...