Class MarkupEntityMismatchCodeAction

java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.CloseTagCodeAction
org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.MarkupEntityMismatchCodeAction
All Implemented Interfaces:
ICodeActionParticipant

public class MarkupEntityMismatchCodeAction extends CloseTagCodeAction
MarkupEntityMismatchCodeAction is a code action that triggers when the end tag of the root element is missing. This will provide a codeaction that inserts that missing end tag.
  • Constructor Details

    • MarkupEntityMismatchCodeAction

      public MarkupEntityMismatchCodeAction()