Skip to content

Code Templates Support #10

@allwefantasy

Description

@allwefantasy

Code templates are prewritten snippets of code provided by IDE. It's triggered when you type a template abbreviation followed by Tab key.

For example, UDF can be registered dynamically in MLSQL with register statement. Type keyword "udf" then press Tab key, the system will prompt code like the following:

register ScriptUDF.`` as UDF_NAME where 
lang="scala"
and code='''
def apply()={
}
'''
and udfType="udf";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions