Cargo Features
HTMLLanguageService has no features set by default.
[dependencies]
html-languageservice = { version = "0.7.0", features = ["full", "completion", "highlight", "hover", "matching_tag_position", "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 links matching_tag_position full?
- rename selection_range symbols full?