Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>DYVQLNew to Visual Studio Code? Get it now.
DYVQL

DYVQL

Daniel Hoang

|
3 installs
| (0) | Free
The official language support extension for DYVQL, a CSV query language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DYVQL Language Support

DYVQL is a lightweight, SQL-like query language for CSV files. This Visual Studio Code extension adds first-class support for authoring DYVQL scripts in .dyvql files.

Features

  • Syntax Highlighting
    TextMate-based grammar with case-insensitive keywords, string/number literals, comments, variables, operators and punctuation tokens.

  • Diagnostics
    Red-underline errors on unrecognized DYVQL keywords or invalid tokens, while ignoring valid variables and literals.

  • Code Completion
    Context-aware completions for DYVQL keywords (SELECT, FROM, WHERE, etc.) and operators triggered on space, dot or comma.

  • Comment & Bracket Support
    Line comments (--), block comments (/* … */), auto-closing and surrounding pairs for brackets and quotes.

Installation

  1. From the Marketplace
    Search for DYVQL in the Extensions view (⇧⌘X).

  2. From a VSIX

    code --install-extension dyvql-<version>.vsix
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft