Skip to content

KeyserSosa/SublimeFunctionNameDisplay

 
 

Repository files navigation

Sublime Function Name Display

This plugin displays the current file, class and function name on the status bar in Sublime Text 2.

Installation

The recommmended method of installation is via Package Control. It will download upgrades to your packages automatically.

Package Control

Using Git

Go to your Sublime Text 2 Packages directory and clone the repository using the command below:

git clone https://github.com/akrabat/SublimeFunctionNameDisplay "Function Name Display"

Limitations

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.

About

Display current class and function name on the status bar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • Shell 1.5%