ctags
Using ctags and vim with new file extension mappings
Drupal modules are php files with .module file extensions. To generate tags on these files I run ctags with the following langmap settings:[详细]
2023-01-26 03:07 分类:问答I want to generate list of called functions from a c source file
ctags -x --c-kinds=f *.c will give me functions defined in these C files. But I want instead just the functions called in these C files.[详细]
2023-01-23 09:27 分类:问答Why it's needed to "source" some Vim plugins?
From autotag.vim: install details Simply source the file autoTag.vim from your .vimrc file. This utility will (obviously) only[详细]
2023-01-20 07:15 分类:问答Vim omnicompletion for C#
I was wondering if there is any tool like OmniCppComplete for C#开发者_如何学JAVA (method signature shown in the abbreviation is what I\'m most interested in). I\'ve searched everywhere with not avail[详细]
2023-01-18 18:35 分类:问答Is there any way of compressing the tagfile in vim
I was following the guide at teuton.blogspot.com to set up autocompletio开发者_开发百科n, when I ran the command:[详细]
2023-01-16 08:40 分类:问答enable auto-completion for C in Mono Develop
I need to enable 开发者_开发百科Auto completion for C programs in Mono - I think using CTAG? How can I do that?Quick google found me this ( I had the same question )[详细]
2023-01-06 12:50 分类:问答Vim - run ctags on current python site-packages
This is what I need - have a key that will create ctags of my python site-packages. I have this command, that will print the site-packages path:[详细]
2023-01-05 21:29 分类:问答Alternatives to Ctags/Cscope with Objective-c?
Are there any alternatives to ctags and cscope with Objective-c support.This does pertain to cocoa development, so inevitably it seems I will be using Xcode (and probably should).I was just wondering[详细]
2023-01-01 22:57 分类:问答The ctags command doesn't recurse saying "it is not a regular file"
When I run ctags -R *, I get errors saying that all directories are not regular files and it skips them instead of recursively generating tags for them.[详细]
2023-01-01 22:56 分类:问答Vim: restricting methods shown by omnicomplete to those present in ctags
I\'m editing a simple PHP file with a class which has a few methods, if $bar is an instance of this class and I type[详细]
2023-01-01 22:55 分类:问答