exuberant-ctags
ctags for c99 only
I\'ve been looking through ctags man pages but I haven\'t found anything that will tell ctags to only record prototypes for c99 header files.[详细]
2023-03-24 02:40 分类:问答ctags multi-line C function prototypes
Is there a way for ctags to handle multiline function prototypes in C? I\'ve searched around and the --fields=+S is supposed to do multiline prototypes, but I can\'t get it to work:[详细]
2023-03-22 15:35 分类:问答ctags error: "ctags: Unknown option: -p"
I\'ve searched for this (exact) error, but I can\'t find any mention of it on the web. Basically, I\'m trying to install ctags (I\'ve never used it before) on OSX Snow Leopard. Here\'s what I\'ve don[详细]
2023-03-11 18:26 分类:问答Would JSDOM work to setup a projects exuberant ctags?
Looking forward towards excellent javascript ctags support kept me thinking if a project like http://zombie.labnotes.org/ could be used to setup ctags to keep a vim user happy开发者_开发百科.Hum, none[详细]
2023-03-05 08:10 分类:问答vim TagList only generate tags in the Ctags58 folder
I\'m in windows XP, and the vim TagList plugin only behaves correctly if the file I\'m coding in is inside the Ctag58 folder. Otherwise it just genetats a list of my open files without tags.[详细]
2023-02-23 01:49 分类:问答ctags chokes on source file with unbalanced braces due to #ifdef
I am 开发者_StackOverflow中文版using ctags to generate a tags file for a C project I am working on, but many functions are missing in the file. This appears to be caused by unbalanced braces in the so[详细]
2023-02-16 18:08 分类:问答ctags make empty index file for html
Ctags make empty index file for .html I install from Macports new ctags 5.8 and try开发者_开发问答 make index file for my project. But no \"tags\" file contain only headers[详细]
2023-02-15 10:06 分类:问答How to use CTAGS and VIM in a case_insensitive way?
I am using ctags in conjunction with VIM, which is a quite powerful combination to speed up coding. In order to enable autocompletion for a set of IDL routines I\'ve generated the CTAGS file with the[详细]
2023-02-09 03:58 分类:问答Exuberant Ctags with R
Is there any documented use of ctags with R? Would this be useful? Would it be difficult to implement? Specifically, I\'ve just star开发者_运维问答ted using Vim.[详细]
2023-02-06 10:29 分类:问答How do I find the line number in which the function is ending in Ruby file?
Generally by using the ctags -x <file_name.rb> this command will give the line numbers in which each functions in that ruby file starts.[详细]
2023-01-28 08:58 分类:问答