EdgeDB extension for Visual Studio CodeExtension that provides support for EdgeDB query language (EdgeQL) and EdgeDB Schema Definition Language (ESDL). (The color scheme used in the screenshot is Chromodynamics.) Features
Language serverWhen activated (when .edgeql or .esdl files are opened) this extension will download and start edgedb-ls, which is the language server for EdgeDB. It will download it into Currently, edgedb-ls supports a very limited set of features, including only
error reporting in .edgeql files.
It will read Multi-workspace projects are not yet supported. Syntax highlighting for embedded code blocksThis extension also provides syntax highlighting within string literals of other languages such as JavaScript and Go.
To enable the highlighting, include
Other languages are not yet implemented, but we are accepting pull requests at edgedb-editor-plugin. |