Masatake YAMATO
Masatake YAMATO
A simple rule works. ``` [yamato@x201 ctags-github]$ ctags --kinds-_ --kinds-Ant= --kinds-DosBatch= --kinds-MatLab= --kinds-SML= --kinds-Asm= --kinds-Eiffel= --kinds-OCaml= --kinds-SQL= --kinds-Asp= --kinds-Erlang= --kinds-Pascal= --kinds-Tcl= --kinds-Awk= --kinds-Flex= --kinds-Perl= --kinds-Tex= --kinds-Basic= --kinds-Fortran= --kinds-PHP= --kinds-Vera= --kinds-BETA=...
https://github.com/zsh-users/zsh/commit/ab166725dd5983b00cf21113fb77717c6be324c5
``` $ ./ctags --list-kinds=Ruby c classes f methods m modules F singleton methods ``` As the list shows `f` is for methods. If your regex pattern finds more methods, you...
Can I access your .ctags as a text file? An image doesn't help me.
I don't know vim and the other user interface utilizing tags file. However, I wonder how ctags can serve your job. I have implemented subparser infrastructure. With the new infrastructure,...
> This more properly belongs in a discussion forum, but as near as I can tell, github issues is the de-facto discussion forum (I apologize if there is a better...
Universal-ctags has a built-in ansible parser based on yaml parser. The yaml parser is based on libyaml. So it is reliable. However, you may not be satisfied with the quality...
Quite a helpful bug report! Thank you.
http://sourceforge.net/p/ctags/mailman/message/30020186/ When I read this post, I recognized how important ctags is in free software world. I recomend people who is interested in ctags main part, read the post and...
We have to work on three areas. 1. we have to decide what ctags is; whether ctags should record references or not(just definition)? I think such extension is acceptable as...