This plugin displays the current file, class and function name on the status bar in Sublime Text 2 and 3.
The recommended method of installation is via Package Control. It will download upgrades to your packages automatically.
- Follow instructions on https://sublime.wbond.net
- Install using Package Control: Install > Function Name Display package
Go to your Sublime Text Packages directory and clone the repository using the command below:
git clone https://github.com/akrabat/SublimeFunctionNameDisplay "Function Name Display"
This plugin looks for Sublime's 'entity.name.type.class' and 'entity.name.function' scopes to work out where a class and function starts. Note that it doesn't determine where the class/function ends.