public
Description: easy open JavaScript and Ruby method def and completion.Textmate Bundle
Homepage: http://d.hatena.ne.jp/haru01/
Clone URL: git://github.com/haru01/easy-open-tmbundle.git
100644 40 lines (31 sloc) 0.889 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
= EasyOpen TextMate Bundle
 Easy Open method, class etc.. support by TextMate
 
== Support Language
  * Ruby
  * JavaScript
 
== Feature List
  * open method in project
  * code completion
  * open recent file in project
  * open gem
 
== Installation
  cd ~/Library/Application\ Support/TextMate/Bundles
  git clone git://github.com/haru01/easy-open-tmbundle.git EasyOpen.tmbundle
 
== Usage (open def)
  0. run 'create_def_index_file'
  1. move cursor to method name
  2. run 'open_def'
     => move cursor to def
  3. run 'back_open_def'
     => back cusor (1.)
 
== Usage(completion => open_def)
 1. type def name (part)
 2. type (esc) current cusor
    => auto completion def name
 3. run 'open_def'
=> move cursor to def
 
== UnInstallation
  rm -rf ~/Library/Application\ Support/TextMate/Bundles/EasyOpen.tmbundle
  rm -rf ~/.easyopen_tmbundle
 
  
== TODO
 * open with git status