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
- Install this extension
- Open any
.eql file
- 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
| |