typedb-studio icon indicating copy to clipboard operation
typedb-studio copied to clipboard

Code completion for query editor

Open james-whiteside opened this issue 2 years ago • 1 comments

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.

james-whiteside avatar Mar 08 '23 15:03 james-whiteside

+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

k4otix avatar Jun 27 '24 02:06 k4otix