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 Summary
Constructors Constructor Description MarkupEntityMismatchCodeAction()
-
Method Summary
-
Methods inherited from class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.CloseTagCodeAction
doCodeAction
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.lemminx.services.extensions.codeaction.ICodeActionParticipant
doCodeActionUnconditional, getResolveCodeActionParticipant
-
-