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

Auto completion of database objects and definition. #85

Open
NTDLS opened this issue Sep 30, 2024 · 1 comment
Open

Auto completion of database objects and definition. #85

NTDLS opened this issue Sep 30, 2024 · 1 comment
Assignees
Labels
engine The database engine. enhancement New feature or request user interface Enhancements to UI, regardless of the project.

Comments

@NTDLS
Copy link
Owner

NTDLS commented Sep 30, 2024

Lazy load the schema definition from within the UI to auto compete schemas and fields.

using the new static analyzer, we can evaluate script schemas and their aliases to auto compete fields after the dot when typing alias names for fields in field lists, joins, where clause, etc.

@NTDLS NTDLS added the enhancement New feature or request label Sep 30, 2024
@NTDLS NTDLS self-assigned this Sep 30, 2024
@NTDLS NTDLS added engine The database engine. user interface Enhancements to UI, regardless of the project. labels Sep 30, 2024
@NTDLS
Copy link
Owner Author

NTDLS commented Oct 1, 2024

Work has been done here, the UI now lazy loads the schema definition for use with client side static analyzer. Not started on auto completion yet, but the framework is now in place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine The database engine. enhancement New feature or request user interface Enhancements to UI, regardless of the project.
Projects
None yet
Development

No branches or pull requests

1 participant