Can the status bar in Sublime Text 2 show you which character you are in?

In Textmate, you were able to see which character (aka function) you were by looking at the status bar: (highlighted in red)

enter image description here

I know that in Sublime Text 2 I can quickly get a character using the + r command, but is there a way to get something like the Textmate status bar displayed in ST2?

+5
source share
1 answer

I use this plugin:function name display which does just that. You can set it to display any combination of files / classes / functions / arguments. Its nice.

+7
source

All Articles