questdb / questdb/ui

SQL editor: Autocomplete

Open
#50 0 comments 2 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

enhancement Severity: 2 web-console
Dominant language
TypeScript
Stars
29
Forks
39
Avg merge
4d 11h
Merged PRs (30d)
4

Description

Is your feature request related to a problem?

Important: This is meant to be implemented only after https://github.com/questdb/questdb/issues/1483 (Migrating the core to Monaco Editor) is done.

Whilst Monaco Editor provides autocomplete out of the box, it only has enhanced IntelliSense support for languages such as JavaScript, for SQL it's only within the context of the current buffer, i.e. it won't suggest phrases like SELECT if they haven't been used in the buffer before.

  • Auto complete SQL keywords + QuestDB keywords from @questdb/sql-grammar
  • Auto complete table names
  • Auto complete column names for a given table
  • Auto complete symbol values
Describe the solution you'd like.

Leverage Monaco's built-in autocomplete engine and extend it with new features.

Describe alternatives you've considered.

No response

Additional context.

No response

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.