Cargo Features

HTMLLanguageService has no features set by default.

[dependencies]
html-languageservice = { version = "0.8.1", features = ["full", "completion", "highlight", "hover", "linked_editing", "links", "selection_range", "symbols"] }
full = completion, folding, formatter, highlight, hover, linked_editing, links, matching_tag_position, rename, selection_range, symbols
completion full?

Affects markdown::does_support_markdown, strings::is_letter_or_digit

folding formatter highlight full?
hover full?

Affects markdown::does_support_markdown, strings::is_letter_or_digit

linked_editing full?

Affects utils::uri

matching_tag_position rename selection_range full?
symbols full?