Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akrabat/sublimefunctionnamedisplay
Display current class and function name on the status bar
https://github.com/akrabat/sublimefunctionnamedisplay
Last synced: 3 months ago
JSON representation
Display current class and function name on the status bar
- Host: GitHub
- URL: https://github.com/akrabat/sublimefunctionnamedisplay
- Owner: akrabat
- License: other
- Created: 2012-02-25T08:20:03.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T16:32:33.000Z (over 7 years ago)
- Last Synced: 2024-10-28T14:27:21.471Z (3 months ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 91
- Watchers: 8
- Forks: 19
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sublime Function Name Display
This plugin displays the current file, class and function name on the status bar in Sublime Text 2 and 3.
## Installation
The recommended method of installation is via [Package Control](https://sublime.wbond.net). It will download upgrades to your packages automatically.
### Package Control
* Follow instructions on [https://sublime.wbond.net](https://sublime.wbond.net)
* Install using Package Control: Install > Function Name Display package### Using Git
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"
## 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.