Class SurroundWithCommand
java.lang.Object
org.eclipse.lemminx.services.extensions.commands.AbstractDOMDocumentCommandHandler
org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand
- All Implemented Interfaces:
IXMLCommandService.IDelegateCommandHandler
XML Command "xml.refactor.surround.with" to support surround:
- Surround with Tags (Wrap)
- Surround with Comments
- Surround with CDATA
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSurroundWithCommand(IXMLDocumentProvider documentProvider, ContentModelManager contentModelManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectexecuteCommand(DOMDocument document, org.eclipse.lsp4j.ExecuteCommandParams params, SharedSettings sharedSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Executes a commandMethods inherited from class org.eclipse.lemminx.services.extensions.commands.AbstractDOMDocumentCommandHandler
executeCommand
-
Field Details
-
COMMAND_ID
- See Also:
-
-
Constructor Details
-
SurroundWithCommand
public SurroundWithCommand(IXMLDocumentProvider documentProvider, ContentModelManager contentModelManager)
-
-
Method Details