ide sublime2 how to find method definition

前端 未结 3 1379
攒了一身酷
攒了一身酷 2021-01-30 05:22

I\'m using Sublime 2 for Ruby On Rails programming. I need a ability to click a method name and jump to class where the method is defined. There are many IDE wi

3条回答
  •  春和景丽
    2021-01-30 05:51

    Another solution is CTags.

    SublimeCodeIntel seems to be pretty buggy judging from unresolved issues on the Github tracker. Also it crashes for me, probably because the code base I'm working on is too big...

    What I'm using now is the CTags package. There's no "intelligence" but it allows you to jump to definitions and back very easily and it is super fast.

提交回复
热议问题