1 रिपॉजिटरी
Interfaces that execute editor commands or extension functions directly from tour step descriptions.
Distinct from Editor Command Definitions: Distinct from Editor Command Definitions: focuses on the trigger source being a tour step rather than a user shortcut.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Tour-Driven Command Triggers. Refine with filters or upvote what's useful.
Code Tour is a VS Code extension that enables the creation of interactive, step-by-step guided walkthroughs of a codebase. It serves as a tool for guided code documentation, mapping descriptive explanations directly to specific file lines and directories within the editor to assist with codebase onboarding and technical knowledge transfer. The system distinguishes itself through the use of regular expression-based anchoring to maintain step stability across different versions of source code and the ability to export tours as portable files containing the necessary code context for playback wi
Triggers editor functions or extension commands directly from tour step descriptions via custom URIs.