SymbolBalloon
Plugin for Sublime Text 4 that displays current function names
Details
Installs
- Total 164
- Win 91
- Mac 37
- Linux 36
Jul 1 | Jun 30 | Jun 29 | Jun 28 | Jun 27 | Jun 26 | Jun 25 | Jun 24 | Jun 23 | Jun 22 | Jun 21 | Jun 20 | Jun 19 | Jun 18 | Jun 17 | Jun 16 | Jun 15 | Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
SymbolBalloon
For Sublime Text 4
Displays the symbol the row at the top of the window belongs to.
Key Bindings
[
// to show/hide symbols while scrolling.
{ "keys": ["ctrl+up"],
"command": "chain",
"args": {
"commands": [
["raise_symbol_balloon"],
["scroll_lines" , {"amount": 1.0 } ],
]
}
},
{ "keys": ["ctrl+down"],
"command": "chain",
"args": {
"commands": [
["break_symbol_balloon"],
["scroll_lines" , {"amount": -1.0 } ],
]
}
},
// for single operation
// { "keys": ["ctrl+j", "ctrl+q"], "command": "raise_symbol_balloon" },
// { "keys": ["ctrl+j", "ctrl+w"], "command": "break_symbol_balloon" },
// optional
// { "keys": ["ctrl+j", "ctrl+f"], "command": "fold_to_outline" },
// { "keys": ["ctrl+j", "ctrl+r"], "command": "goto_top_level_symbol" },
// { "keys": ["ctrl+k", "ctrl+r"], "command": "goto_symbol_with_filter" },
]
Installation
- Code > Download ZIP
- Unzip and change the folder name to “SymbolBalloon”.
- (ST Menu) Preferences > Browse Packages
- Move SymbolBalloon folder to the folder that appears.