edgedb-editor-plugin icon indicating copy to clipboard operation
edgedb-editor-plugin copied to clipboard

EdgeDB plugin for Sublime Text, Atom, and VSCode

Results 20 edgedb-editor-plugin issues
Sort by recently updated
recently updated
newest added

Idk why but it doesnt work My color scheme is: Bearded Themes Black & Ruby VSCode Version: 1.68.1 (My feature request is that edgedb extension works as an formatter in...

`readonly` is currently not recognized as a keyword in the grammar. Per [this thread](https://edgedb.slack.com/archives/CNECHA9EW/p1634855008052100) a more thorough update of the grammar may be required.

[Prism](https://prismjs.com) is a widely used syntax highlighter and would allow EdgeQL/ ESDL to be easily highlighted in markdown files with several markdown engines.

https://github.com/edgedb/edgedb-editor-plugin/blob/master/test/schema/function03.esdl See the "FROM" clause in CREATE FUNCTION. Not sure if it's alright or if the tests are even working.

Output of EdgeDB Language Client: ``` 2024-09-13 21:21:03.704 [info] Extension activated. 2024-09-13 21:21:03.704 [error] this action cannot be run on win32 ```

Can a publisher verify its plugin in VS Code? Although a link to this plugin is in official docs, it's still gives some bad feelings when VS Code writes that...

https://github.com/edgedb/edgedb/issues/272 is now supported. It'd be nice to have it highlighted

These characters are parsed as just `source.edgeql` instead of `keyword.operator.edgeql` and `source.edgeql`.

Referencing types from other .gel files, but from the same modules (e.g. default) current leads to a VS Code type issue. Importing the file from another gel file does not...

Error: **Workspaces with multiple root folders are not supported** ### Version 0.2.3 extension _after install extension in .edgegql file get this error_ VS Code Version: 1.100.2 (user setup) OS: Windows_NT...