public class s4s_elt_invalid_content_3CodeAction extends Object implements ICodeActionParticipant
Constructor and Description |
---|
s4s_elt_invalid_content_3CodeAction() |
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, wait
getResolveCodeActionParticipant
public void doCodeAction(ICodeActionRequest request, List<org.eclipse.lsp4j.CodeAction> codeActions, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
ICodeActionParticipant
codeActions
for the given
code action request request
.doCodeAction
in interface ICodeActionParticipant
request
- the code action request.codeActions
- list of code actions to fill.cancelChecker
- the cancel checker.Copyright © 2022. All rights reserved.