typedb-studio
typedb-studio copied to clipboard
Code completion for query editor
Problem to Solve
Studio has no code completion.
Current Workaround
Write out code manually.
Proposed Solution
Add query completion. Keywords could be predicted by position, and query namespace variables by how closely they match the incomplete variable name.
Additional Information
Requested by TypeDB Academy March 2023 participants.
+1!
reserved words/functions, and based on your DB's schema, all attribute, entity, and relation names should be able to be suggested and autocompleted