-
Notifications
You must be signed in to change notification settings - Fork 9
Home
git clone git://github.com/sbenhaim/tm-ctags-tmbundle.git
Builds a .tmtags file in the root directory of your project. This is a prerequisite to running any of the other commands in this bundle and should be run as your project changes.
This (and all other commands in this bundle) will only work with a project or directory open in TextMate.
Jumps to the file and line where the tag under the cursor is declared.
Provides completions for the current word—including method/function arguments—pulling from the functions, methods, and classes declared in your project.
Prompts for a tag (or the start of a tag) and jumps to the file and line where that tag is declared.
Space delimited list of files or directories you don’t want tagged. Shell wildcards work. (.git, .svn, and .cvs are already excluded.)
Space delimited list of files you do want tagged. These take extended regex format (i.e., `.*\.rb’). Excludes are ignored if you use includes.
Have your own ctags configuration? Save it to a file and point this shell variable at it. (Maps to —options.) Excludes and includes are ignored if you specify your own options.
(There are a few options required for proper functionality of this bundle which will be added to the argument list you provide.)
You can now exploit tags in another project by pointing the TM\CTAGS\_EXTRA\LIB project variable at another project root with a .tmtags file. Thanks [seanfarley](http://github.com/seanfarley “seanfarley”).