Editor ToolbarLanguage-agnostic VS Code extension that adds bookmarks, formatting, commenting and a function/procedure navigator to the editor. Features🔖 BookmarksNavigate your code with persistent bookmarks per file.
✨ Format DocumentQuick access to format the current document ( 💬 Line CommentToggle line comment on current line or selection ( 📋 Functions & Procedures (
|
| Setting | Default | Description |
|---|---|---|
editorToolbar.customPatterns |
[] |
Additional custom patterns |
editorToolbar.bookmarkColor |
#ff6b35 |
Bookmark gutter color |
Custom patterns example
"editorToolbar.customPatterns": [
"^\\s*myCustomKeyword\\s+([\\w]+)\\s*\\("
]
Language support
| Language | Detection |
|---|---|
| 1C:BSL | Процедура, Функция |
| JavaScript / TypeScript | function, arrow functions |
| Python | def |
| PHP | function |
| Go | func |
| Rust | fn |
| Ruby | def |
| C# / Java | typed method signatures |
| Kotlin / Swift | fun / func |
| Shell | name() |
Installation
- Download the
.vsixfile or install from VS Code Marketplace - Open VS Code → Extensions →
...→ Install from VSIX
License
MIT