-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Essentially, generates a doc comment containg what's in the display when expanding the macro.
HtmlParsingError = {
#[display("Fails to parse html. Reason: Lack of node id from vdom")]
/// Fails to parse html. Reason: Lack of node id from vdom
LackOfNodeid,
};This allows the lsp to provide a best effort explanation of the error without needing to go to source.
Of course, if the user manually provides the doc comment, use that instead.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers