Easy Open method, class etc.. support by TextMate
-
Ruby
-
JavaScript
-
open method in project
-
open recent change file in project
-
open with git status in project
-
open gem
-
code completion
cd ~/Library/Application\ Support/TextMate/Bundles git clone git://github.com/haru01/easy-open-tmbundle.git EasyOpen.tmbundle
git clone git://github.com/kballard/osx-plist.git cd osx-plist/ext/plist ruby extconf.rb && make cp plist.bundle /Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/
see also rvm.beginrescueend.com/integration/textmate/
-
run ‘create_def_index_file’
-
move cursor to method name
-
run ‘open_def’ => move cursor to def
-
run ‘back_open_def’ => back cusor (1.)
-
type def name (part)
-
type (esc) current cusor => auto completion def name
-
run ‘open_def’ => move cursor to def
rm -rf ~/Library/Application\ Support/TextMate/Bundles/EasyOpen.tmbundle rm -rf ~/.easyopen_tmbundle
Copyright © 2011 Eiji Ienaga, released under the MIT license