Sidebar & Activity Bar
All Travsr features are reachable from the Travsr icon in the VS Code activity bar, no command palette required. The sidebar hosts two tree views: Travsr Graph and Repo Files.
Travsr Graph view
The main view. Its title bar carries the actions you use most often:
| Command | Panel |
|---|---|
Travsr: Show Graph | Visual Cytoscape.js graph |
Travsr: Open Context Explorer | get_context results panel |
Travsr: Ask Symbol | Symbol search across the graph |
Travsr: Manage Synonyms | Synonym pair editor |
Travsr: Graph Stats | Node/edge counts and DB metrics |
Travsr: Show Dependencies | Import graph for the active file |
Travsr: Show Execution Path | PCST path between two symbols |
Travsr: Registered Repos | Registry of indexed repositories |
Travsr: Languages | Indexed languages and tool installer |
Travsr: Re-index Now | Trigger a full reindex |
Travsr: Refresh Graph | Refresh the graph view |
Repo Files view
A hierarchical tree of every indexed file. Its title bar has:
| Command | Action |
|---|---|
Travsr: Search Files | Fuzzy QuickPick over all indexed files |
Travsr: Refresh Repo Files | Reload the file tree |
Click any file to open its dependency graph. See Repo Files Panel.
Keyboard shortcuts
| Shortcut | Command |
|---|---|
Cmd+Shift+G / Ctrl+Shift+G | Show Graph |
Cmd+Shift+K / Ctrl+Shift+K | Open Context Explorer |
Cmd+Shift+A / Ctrl+Shift+A | Ask Symbol |