Class ElementUnterminatedCodeAction
- java.lang.Object
-
- org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.CloseTagCodeAction
-
- org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.ElementUnterminatedCodeAction
-
- All Implemented Interfaces:
ICodeActionParticipant
public class ElementUnterminatedCodeAction extends CloseTagCodeAction
Code action to fix ElementUnterminated error.
-
-
Constructor Summary
Constructors Constructor Description ElementUnterminatedCodeAction()
-
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
-
-