public class MarkupEntityMismatchCodeAction extends Object implements ICodeActionParticipant
| Constructor and Description |
|---|
MarkupEntityMismatchCodeAction() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createEndTagInsertCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
void |
doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider) |
public void doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider)
doCodeAction in interface ICodeActionParticipantpublic static void createEndTagInsertCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
XMLFormattingOptions formattingSettings,
IComponentProvider componentProvider)
Copyright © 2020. All rights reserved.