interface Options {
    data?: HTMLDataConfiguration;
    format?: HTMLFormatConfiguration;
    suggest?: CompletionConfiguration;
}

Properties

Configures the HTML data types known by the HTML langauge service.

Settings for the HTML formatter.

Code completion settings.