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(ICodeActionRequest request,
List<org.eclipse.lsp4j.CodeAction> codeActions,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Collect the code action in the given
codeActions for the given
code action request request. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResolveCodeActionParticipantpublic void doCodeAction(ICodeActionRequest request, List<org.eclipse.lsp4j.CodeAction> codeActions, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
ICodeActionParticipantcodeActions for the given
code action request request.doCodeAction in interface ICodeActionParticipantrequest - the code action request.codeActions - list of code actions to fill.cancelChecker - the cancel checker.Copyright © 2022. All rights reserved.