Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Quick CommandNew to Visual Studio Code? Get it now.
Quick Command

Quick Command

Knut Ryager

|
14 installs
| (0) | Free
Build quick-select commands by leveraging the VS Code API and LLM calls
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Quick Command README

QuickCommand allows quick command creation for Visual Studio Code.

Features

  • Run QuickCommands with hotkey CTRL + ALT + D.
  • Add QuickCommands to .quickCommand.json file. (Hover over settings for docs. JSON Schema autocomplete.)

Extension Settings

  • Configure OpenAPI API key for using LLM functions either in .quickCommand.json or .secrets.json file.

Known Issues

  • Parser is not handling all failure cases yet with recovery mode.

Release Notes

0.1.3

Alpha

Implemented

  • Tokenizer
  • Parser
    • Literals (string, number, boolean, null, undefined)
    • Identifiers
    • Member access (regular, null coalsecing, bracket)
    • Method calls
    • Objects
    • Arrays
    • Unary operators (+, -, !)
    • Binary operators (+, -, *, /, **, %, <, >, <=, >=, ===, .., |>, ??)
    • Ternary operator
    • Spread expression
    • Error recovery
  • Code Models
  • Semantic Analysis
    • AST traversal
  • Editor support
    • JSON schema validation
    • Syntax token highlighting
    • semantic error detection
    • Language provider autocomplete
    • Signature helper
  • Jest runner
  • Git extension
  • CopyableContentView
    • JsonView
    • CodeView
  • LLM commands
    • Streaming to file
  • Lambda expressions
  • HTML doc updating
  • Eval function
  • Hot reload

Roadmap

  • HTML doc streaming
  • Object property autocomplete
  • Complete IO/File commands
    • Filename autocomplete
    • Write/read to/from path
    • Limit characters read from each file
    • Paste directly from web view to editor
  • RenameProvider
  • DocumentSemanticTokensProvider
  • InlineCompletionItemProvider
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft