Skip to content

Trino completion for functions? #77

Answered by HaydenOrz
Samrose-Ahmed asked this question in Q&A
Discussion options

You must be logged in to vote

The keyword list is derived from dt-sql-parser, and keyword list of SQL will never change.

However, for functions, user can use create function statement to create them, so we don't have built-in function name codeCompletion items for the time being.

We're considering whether to add built-in functions to the default autocomplete items, but that hasn't been done yet.

Currently, you can only complete function names by customizing codeCompletion items. Please see usage doc -> Setup language features -> completionService

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HaydenOrz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants