Autocompletion and type checking #4156
Unanswered
reignmaker
asked this question in
Q&A
Replies: 1 comment
-
No, PRQL does not provide any autocompletion for objects (relations) and it does yet have LSP but it is on the roadmap. Do you have any experience with LSP, maybe you could help out? PRQL is just a transpiler that outputs SQL so it not possible to do type checking after, so currently the types are just type hints. @aljazerzen is working on a query engine called Lutra in PR #4134 maybe it could do type checking. The DX depends on how you use it I guess, if you use the VS Code extension, the JetBrains IDE plugin, the online playground, or the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there!
I was reading the docs and didn't find any mention of whether PRQL provides autocompletion on objects (relations) and type checking before (or after?) compilation. Does it have support of LSP? How DX in general feels like?
Beta Was this translation helpful? Give feedback.
All reactions