You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TokenBrowser extension adds a Token Browser command to the Tools
menu. It opens a window listing the Python tokens of the editor
content, or of the selection if there is one, with the token type names
colored as by "python -m tokenize".
There is one browser per editor; invoking the command again refreshes it
and selects the token at the cursor. Selecting rows highlights the
matching regions in the editor and, while the browser has focus, moves
the editor cursor there; selecting text or moving the cursor in the
editor selects the matching rows. Double-clicking a row (or pressing
Escape) hides the browser, revealing the editor at the token.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments