[FEATURE] SQL Editor code auto completion #520
Labels
design
Design ideas & wanted features, etc.
enhancement
New feature or request
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
For most IDEs, code completion is an essential feature that developers heavily relies on.
Currently we are using monaco editor as the code-editing component in data development page. It now have the ability to hint and auto-complete some common tokens or keywords. BUT we still need to implement intelligence hints on field tokens (like table names, columns, etc.)
Describe the solution you'd like
We have made a few research on existing implementations.
Useful Resources
Describe alternatives you've considered
TODO
Additional context
TODO
The text was updated successfully, but these errors were encountered: