Quick
ExtensionFreeQuickDraw provides quick and easy access to hidden commands including commands from installed extensions. You can pin your favourite commands at the top in the menu.
Capabilities5 decomposed
unified command discovery and aggregation from vs code and extensions
Medium confidenceEnumerates and collects all available commands from VS Code's built-in command registry and all installed extensions, surfacing them in a unified sidebar tree view. The extension hooks into VS Code's extension API to query the command registry at startup and on extension installation/removal, extracting command identifiers and metadata (including extension source labels). This eliminates the need to memorize or search through the Command Palette for commands scattered across multiple extensions.
Aggregates extension commands into a persistent sidebar tree view with extension name labels, rather than requiring users to navigate the Command Palette or memorize extension-specific command names. The sidebar integration provides always-visible access without modal dialogs.
Faster than Command Palette for frequent users because it eliminates typing and search latency; more discoverable than keyboard shortcuts because commands are visually listed with their source extension labeled.
command pinning and custom reordering for workflow optimization
Medium confidenceAllows users to right-click on any command in the tree view and pin it to the top of the menu, creating a custom-ordered list of frequently-used commands. Pinned state is persisted locally (likely in VS Code's extension storage or settings.json), enabling users to build a personalized command palette that reflects their actual workflow. Unpinning removes commands from the pinned section, returning them to the full command list below.
Implements a two-tier command menu (pinned at top, unpinned below) with persistent local state, allowing users to build a custom command palette without modifying VS Code settings or creating custom keybindings. The right-click context menu provides low-friction access to pinning without modal dialogs.
Simpler than creating custom keybindings for each frequent command because it requires no configuration file editing; more flexible than VS Code's built-in Command Palette because users can reorder and prioritize commands based on actual usage patterns.
single-click command execution from sidebar tree view
Medium confidenceExecutes any command (built-in or extension-provided) with a single click on its tree view entry in the sidebar. The extension translates the click event into a VS Code command invocation using the `vscode.commands.executeCommand()` API, passing the command identifier and any required arguments. This provides faster access than the Command Palette (no typing or search required) and more discoverable than keyboard shortcuts (commands are visually listed).
Provides direct tree view click-to-execute without requiring Command Palette search or keyboard shortcuts, leveraging VS Code's native command execution API. The sidebar integration makes commands always visible and accessible without modal dialogs or context switching.
Faster than Command Palette for users who don't have muscle memory for keyboard shortcuts; more discoverable than keybindings because commands are visually listed with labels; requires no configuration compared to custom keybinding setup.
extension metadata labeling and source attribution
Medium confidenceAutomatically extracts and displays the source extension name for each command in the tree view, allowing users to identify which extension provides each command. The extension queries VS Code's extension API to map command identifiers to their source extensions, appending extension names as labels in the tree view. This provides context for commands that might have ambiguous or generic names, helping users understand which tool they're invoking.
Automatically labels each command with its source extension name in the tree view, providing immediate context without requiring users to hover, search, or open extension details. This is a lightweight metadata enrichment that leverages VS Code's extension API.
More transparent than Command Palette because extension source is always visible; more efficient than opening extension details panels because attribution is inline in the command list.
persistent sidebar tree view for always-available command access
Medium confidenceMaintains a persistent tree view in the VS Code activity bar (left sidebar) that displays commands and remains visible across editor sessions. The extension registers a tree view provider with VS Code's tree view API, populating the tree with command entries and managing state persistence. Users can toggle the sidebar visibility using the activity bar icon, and the tree view state (expanded/collapsed sections, scroll position) is preserved across VS Code restarts.
Implements a persistent sidebar tree view that remains visible across sessions, providing always-available command access without modal dialogs or context switching. The tree view integrates with VS Code's activity bar, allowing users to toggle visibility with a single icon click.
More persistent than Command Palette because it's always visible; less intrusive than modal dialogs because it uses sidebar space that's typically available; more discoverable than keyboard shortcuts because commands are visually listed.
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with Quick, ranked by overlap. Discovered automatically through the match graph.
DeepSeek R1
Write, review, explain, refactor, and test code. Supports multiple languages and provides customizable prompts for efficient coding assistance.
Claude Code YOLO
Claude Code YOLO: Enhanced version with permission bypass and custom API configuration
Microsoft Foundry
Visual Studio Code extension for Microsoft Foundry
DVC by lakeFS
Machine learning experiment management with tracking, plots, and data versioning.
Abap Copilot
Abap Copilot
Cline (Claude Dev)
Autonomous AI coding agent with file and terminal control.
Best For
- ✓VS Code power users managing 5+ extensions
- ✓developers switching between multiple extension ecosystems (AI assistants, linters, formatters, debuggers)
- ✓teams onboarding new developers who need visibility into available tooling
- ✓individual developers with repetitive workflows (e.g., run tests, format code, commit, deploy)
- ✓developers using multiple AI assistants (Copilot, Claude, Codeium, etc.) who want quick access to their preferred tool
- ✓teams with standardized development workflows who want to enforce a common command order
- ✓developers who prefer mouse/UI navigation over keyboard shortcuts
- ✓teams using commands with long or hard-to-remember names
Known Limitations
- ⚠No built-in search or filtering within the command tree — users must scroll to find commands
- ⚠Command discovery is static at extension startup; dynamically registered commands may not appear until VS Code restart
- ⚠No command categorization or grouping by extension type (AI, formatting, debugging, etc.) — flat list only
- ⚠Cannot filter out deprecated or rarely-used commands to reduce cognitive load
- ⚠No drag-and-drop reordering — only binary pin/unpin state, not arbitrary ordering within pinned section
- ⚠Pinned state is per-user and per-machine — not shareable across team members or synced via VS Code Settings Sync
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
About
QuickDraw provides quick and easy access to hidden commands including commands from installed extensions. You can pin your favourite commands at the top in the menu.
Categories
Alternatives to Quick
Are you the builder of Quick?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →