Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>vscode-trilogy-toolsNew to Visual Studio Code? Get it now.
vscode-trilogy-tools

vscode-trilogy-tools

trilogydata

|
13 installs
| (0) | Free
Tools for working with Trilogy, an experiment in better SQL
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Trilogy Language Tools (Alpha)

VSCode language tools for the Trilogy language, an experiment in more delightful SQL.

It provides these VSCode features:

  • Syntax Highlighting
  • Codelens
  • Syntax Validation
  • Query Rendering

At some point, it should provide

  • Query execution
  • GOTO
  • Test support

What is Trilogy?

Trilogy is a simpler SQL for analytics; SELECT queries looks like SQL but run against a lightweight semantic model defined in the same language, instead of tables.

Read more about Trilogy here

Trilogy looks like SQL, but without the FROM/JOIN/GROUP BY:

SELECT
    revenue,
    revenue_from_top_customers,
    revenue_from_top_customers / revenue as revenue_from_top_customers_pct
WHERE
    product_line in ('widgets', 'doodads')

Installation

Install from VSCode extension tooling.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft