Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>EpistemicDB EQLNew to Visual Studio Code? Get it now.
EpistemicDB EQL

EpistemicDB EQL

EpistemicDB

| (0) | Free
Syntax highlighting, autocomplete, and diagnostics for EQL (Epistemic Query Language)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

EpistemicDB EQL

EQL language support for EpistemicDB — syntax highlighting, autocomplete, and diagnostics for .eql files.

Features

  • Syntax highlighting for all EQL statements: FETCH, OPEN GAPS, PROJECT DECAY, COMPOSE, WATCH
  • Autocomplete for keywords, field names, epistemic classes, and projections
  • Diagnostics — real-time syntax and type errors as you type
  • Formatting — auto-format EQL queries on save

Quick start

  1. Install this extension
  2. Open any .eql file
  3. Start writing EQL queries with full language support

Example

FETCH KO
  WHERE decay_score > 0.35
  AND confidence > 0.60
  AS projection DYNAMIC
  ORDER BY K DESC
  LIMIT 10

Settings

Setting Default Description
epistemicdb.lsp.enabled true Enable the EQL Language Server

Links

  • EpistemicDB Documentation
  • EQL Specification
  • GitHub
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft