Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL editor: Autocomplete #50

Open
2 of 4 tasks
insmac opened this issue Oct 27, 2021 · 0 comments
Open
2 of 4 tasks

SQL editor: Autocomplete #50

insmac opened this issue Oct 27, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request web-console Issues relevant to "web-console" package

Comments

@insmac
Copy link
Contributor

insmac commented Oct 27, 2021

Is your feature request related to a problem?

Important: This is meant to be implemented only after questdb/questdb#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

@insmac insmac added the enhancement New feature or request label Oct 27, 2021
@insmac insmac self-assigned this Oct 27, 2021
@argshook argshook transferred this issue from questdb/questdb Sep 30, 2022
@argshook argshook added the web-console Issues relevant to "web-console" package label Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request web-console Issues relevant to "web-console" package
Projects
None yet
Development

No branches or pull requests

2 participants