ali*_*lik 4 textmate ruby-on-rails
让我说我的控制器中有这个
@appointment.add_appointer
Textmate中是否有快捷方式可以跳转到add_appointer我的appointment.rb模型中的函数定义?
不,不幸的是.我认为最快的方法是使用:
Command+T <type appointment.rb>
Run Code Online (Sandbox Code Playgroud)
现在在打开文件
Command+Shift+T <type method name>
Run Code Online (Sandbox Code Playgroud)