public class EntityNotDeclaredCodeAction extends Object implements ICodeActionParticipant
Diagnostic.getMessage() should be in this format:
"The entity \"ENTITY NAME\" was referenced, but not declared."| Constructor and Description |
|---|
EntityNotDeclaredCodeAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
SharedSettings sharedSettings,
IComponentProvider componentProvider) |
public void doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
SharedSettings sharedSettings,
IComponentProvider componentProvider)
doCodeAction in interface ICodeActionParticipantCopyright © 2021. All rights reserved.