-
Notifications
You must be signed in to change notification settings - Fork 17
feat: suggest views and table settings #864
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
Conversation
|
closes #858 |
a500ab0 to
6477e8e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CREATE VIEW my_view WITH () AS SELECT 1;
In WITH section settings for tables are suggested
|
closes #867 |
68383f0 to
a38dd10
Compare
| rangeToInsertSuggestion: monaco.IRange, | ||
| entityType: YQLEntity, | ||
| ): Promise<monaco.languages.CompletionItem[]> { | ||
| const tableHints = await getEntitySettings(entityType); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, rename tableHints to entityHints
No description provided.