Replies: 1 comment 1 reply
-
Anyone could shed some light ^^ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Description
We would like to use monaco as SQL-Editor for SQLite (no other SQL dialect).
For this we started to implement a new registerCompletionItemProvider:
This has worked quite well so far, but now we are wondering how to implement autocompletion based on the actual database schema.
Example from sql client SQLiteStudio:
Questions
Beta Was this translation helpful? Give feedback.
All reactions