vim + ctags
1. make the "tags" file:
for c++: ctags -R --language-force=c++ --c++-types=+px --extra=+q
for c : ctags -R --c-types=+px
1. Include other tags file to look up
:set tags=./tags,./../tags,./*/tags
4. OK ,that's all, Enjoy!!
5. you can use the taglist with ctags together. download "taglist" and install it.
阅读(596) | 评论(0) | 转发(0) |