Optimize/auto complete (#178)
* feat: optimize hive function name auto complete * feat: optimize flink rules that c3 prefer to * feat: optimize flink autoComplete * test: flink auto complete unit tests
This commit is contained in:
@ -15,6 +15,8 @@ export interface CaretPosition {
|
||||
export enum SyntaxContextType {
|
||||
/** catalog name */
|
||||
CATALOG = 'catalog',
|
||||
/** catalog name that will be created */
|
||||
CATALOG_CREATE = 'catalogCreate',
|
||||
/** database name path, such as catalog.db */
|
||||
DATABASE = 'database',
|
||||
/** database name path that will be created */
|
||||
|
Reference in New Issue
Block a user