Does SQDelight do syntax highlighting and auto-com...
# squarelibraries
d
Does SQDelight do syntax highlighting and auto-complete itself or does it delegated to the IDE?
e
Not sure where it would do syntax highlighting itself — do you mean does it provide any language definitions?
d
I guess so. IntelliJ Ultimate comes with SQL database features, with a console, auto-complete, language injections, etc. I was wondering if SQLDelight simply tells IntelliJ that there's SQL in the
sq
files, or if the plugin just re-implements SQL intelli-sense.
e
I haven’t gotten any IDE integration working w/ Android Studio or IntelliJ, but I suspect it’s possible
d
Ohhhh! Is there no IDE integration? For some reason, I thought there was.
e
there is a plugin
it just doesn’t really suit my needs since it appears to not look at all
.sq
files in a project for table definitions
s
yep this is the plugin: https://plugins.jetbrains.com/plugin/8191-sqldelight @Eric O'Connell you should be able to see autocomplete suggestions from all tables. Wanna file an issue if that isn’t working for you?
e
sure — should i file an issue on GH?
s
yep!