ctags
generate call hierarchy graph with ctags
Is there anyone who knows how to generate call hierarchy graph with ctags and cscope? I need to run the commands开发者_如何学JAVA in the terminal and redirect the output to a file, rather than do it i[详细]
2023-04-12 05:06 分类:问答use :tjump instead of :tag vim on pressing ctrl-]
in vim, when i press ctrl-] 1) the usual behavior: it goes to the first matching tag with the word under the cursor,[详细]
2023-04-10 15:46 分类:问答How can I generate tags files for latex command for use in Vim?
I\'m using latex-box and omnicomplete when typing latex in Vim. I find that it can just completes some of latex comman开发者_开发知识库ds.[详细]
2023-04-09 22:44 分类:问答Absolute path on Vim 'tags' option
I\'m facing a problem to use an absolute path on Vim \'tags\' option under Windows XP. Directory hierarchy:[详细]
2023-04-04 02:18 分类:问答Case insensitive tag searching in Vim
For the most part, I find case sensitive tag searching to be appropriate.Most of the languages that we use are case sensitive, so this is desirable.[详细]
2023-04-01 02:07 分类:问答Vim function to show documentation (e.g. phpdoc) for a tag somewhere like in a preview window
I haven\'t been able to find a plugin or script that to display the documentation for the function for a given tag.[详细]
2023-03-31 15:19 分类:问答using taglist plugin in gvim on windows
im started using taglist plugin in gvim on windows7(64bit) here is the path path of ctags: C:\\ctags58 path of gvim: C:\\Program Files (x86)\\Vim\\vim73[详细]
2023-03-30 03:25 分类:问答vim-7 with ctags
running VIM-7.0.237 on CentOS-5.6. I have a large C code base with tags generated with ctags-5.6, there are functions with the sa开发者_如何学Pythonme name defined in several places and I remember bac[详细]
2023-03-29 14:04 分类:问答visualize dependence on global variables using vim, ctags potentially
I\'d like to highlight variables in my (Maple-code, but doesn\'t matter much) code which are global for routines.[详细]
2023-03-29 06:40 分类:问答Navigate a large HTML file with Vim and ctags
Is it possible to generate a tag file with ctags (5.8) for a single, large HTML file (about 50 MB) so it can be easier开发者_如何学JAVA navigated within Vim?If you issue the following command you will[详细]
2023-03-27 05:40 分类:问答