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

Open VSX is an open source version of the VS marketplace. It'd be nice to have this plugin published there as well, since forks like VSCodium aren't allowed to use...

This is a barebone port of the feature already provided for javascript.

The editor is widely used https://www.jetbrains.com/company/annualreport/2019/. This would be a great addition

Is there any formatter that I can set in vscode to auto-format my code?

We received this review on the VSCode extension marketplace: > Excellent. The only issue is it seems to require the program to be restarted each time a database migration occurs....

bug

I just noticed the plugin supports syntax injection in JavaScript, which is great because without it, the developer experience is somewhat lacking. However, I think this feature isn't documented. I've...

`Comment A` is not highlighted in the following query, ```edgeql with examples := >$examples, for e in array_unpack(examples) union ( insert Example { x:=e.x, #Comment B y:=e.y } ) ```

bug

Here is a screenshot of the current highlighting. It doesn't seem to be updated to latest 3.0 syntax. I saw recent commits mentioning 3.0 update. Was the plugin published to...

whenever i delete the 2nd 'const createPool = edged.createPool' it breaks my code any advice on how to fix it? im only haveing it send call logs to the database...

There is no auto suggestion yet, and I think it would be nice if we have it.