You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.@questdb/sql-grammar
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
The text was updated successfully, but these errors were encountered: