在 Textmate 中,您可以通过查看状态栏来查看您所在的符号(又名函数):(红色轮廓)
我知道在 Sublime Text 2 中,我可以使用 command + r 快速找到一个符号,但是有没有办法获得类似于 ST2 中显示的 Textmate 状态栏的东西?
在 Textmate 中,您可以通过查看状态栏来查看您所在的符号(又名函数):(红色轮廓)
我知道在 Sublime Text 2 中,我可以使用 command + r 快速找到一个符号,但是有没有办法获得类似于 ST2 中显示的 Textmate 状态栏的东西?
I use this plugin: function name display
, which does exactly that. You can set it to show any combination of file/ class/ function/ arguments. Its nice.