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

Wvlet

Wvlet

|
4 installs
| (0) | Free
Wvlet query language support for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Wvlet for VS Code

This extension provides syntax highlighting and language support for the Wvlet query language in Visual Studio Code.

Features

  • Syntax Highlighting: Full syntax highlighting for .wv files including:

    • Keywords and control structures
    • Data types and type annotations
    • Operators and expressions
    • String literals with interpolation support
    • Numeric literals (integers, floats, hex)
    • Comments (single-line -- and multi-line ---)
  • Language Configuration:

    • Bracket matching and auto-closing
    • Comment toggling
    • Word pattern recognition

Supported File Extensions

  • .wv - Wvlet query files

Installation

From VS Code Marketplace (Recommended)

Install directly from the VS Code Marketplace or search for "Wvlet" in the Extensions view (Ctrl+Shift+X) within VS Code.

From VSIX File

  1. Download the latest .vsix file from the releases
  2. Open VS Code
  3. Go to Extensions view (Ctrl+Shift+X)
  4. Click the "..." menu and select "Install from VSIX..."
  5. Select the downloaded .vsix file

From Source

  1. Clone the repository
  2. Install dependencies from the root directory: npm install
  3. Build the extension: npm run build-vscode-extension
  4. The packaged .vsix file will be created in vscode-wvlet/
  5. Install the generated .vsix file using the steps above

Development

To contribute to this extension:

  1. Clone the Wvlet repository
  2. Install dependencies from the root: npm install
  3. Make your changes in vscode-wvlet/
  4. Test by opening vscode-wvlet/ in VS Code and pressing F5 to launch a new window with the extension loaded
  5. Build the extension: npm run build-vscode-extension

License

Licensed under the Apache License, Version 2.0. See the main Wvlet repository for details.

Links

  • Wvlet Project
  • GitHub Repository
  • Documentation
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft