|
5 | 5 | This is a simple plugin that can get the scope under the cursor(s) in Sublime Text. This plugin is useful for plugin |
6 | 6 | development. |
7 | 7 |
|
8 | | -Dark theme with simple output: |
| 8 | + |
9 | 9 |
|
10 | | - |
11 | | - |
12 | | -Light theme with advanced output: |
13 | | - |
14 | | - |
| 10 | + |
15 | 11 |
|
16 | 12 | ## Features |
17 | 13 | All features are configurable via the settings file |
18 | 14 |
|
19 | | -- Optionally show output in tooltip (stylesheets are configurable). |
20 | | -- Optionally auto choose dark or light tooltip theme depending on your color scheme. |
21 | | -- Optionally dump output to auto-popup panel and/or console. |
22 | | -- Optionally dump scope to status bar (no multi-select support). |
23 | | -- Multi-select support for all output except status bar. |
24 | | -- Optionally log scope extent in line/char format and/or point format. |
25 | | -- Optionally copy scope(s) to clipboard. |
26 | | -- Optionally highlight and/or log scope extent. |
27 | | -- Optionally log color scheme colors and selectors. |
28 | | -- Optionally log location of Scheme file and Syntax. |
| 15 | +- Tooltip output showing scope, context backtrace, scope extent, color values, links to current syntax and relevant |
| 16 | + color schemes. |
| 17 | +- Customizable to show only the information you care about. |
| 18 | +- Auto copy scope to clipboard on execution. |
| 19 | +- Quick copy any or all information to the clipboard. |
| 20 | +- Toggle instant scoping to keep showing scope as you move around a file. |
29 | 21 | - Supports [SubNotify][subnotify] messages. |
30 | 22 |
|
31 | 23 | --8<-- "refs.txt" |
0 commit comments