Exafunction / codeium-chrome

Free, ultrafast code autocomplete for Chrome
https://www.codeium.com/
MIT License
110 stars 16 forks source link

Support for Dune Analytics IDE #17

Closed rube-de closed 11 months ago

rube-de commented 1 year ago

It would be great if the extension would support the Dune Analytics IDE www.dune.com

In Dune you can write SQL statements to aggregate data from the blockchain with DuneSQL, a variation of Trino. https://dune.com/blog/introducing-dune-sql https://dune.com/docs/query/

pqn commented 1 year ago

Even without specific code for DuneSQL we might be able to work reasonably if the dialect is similar to other SQL-family languages. It looks like they're using the Ace editor, which we don't currently have an integration for.

pqn commented 11 months ago

Consolidating this into #9.