public interface ICodeActionResolverRequest extends IBaseCodeActionRequest
Modifier and Type | Method and Description |
---|---|
String |
getDataProperty(String fieldName)
Returns the data property value of the given
fieldName and null
otherwise. |
String |
getParticipantId()
Returns the participant ID
ICodeActionResolvesParticipant which must
resolve the unresolved code action. |
org.eclipse.lsp4j.CodeAction |
getUnresolved()
Returns the unresolved code action.
|
getDocument, getSharedSettings
getComponent
org.eclipse.lsp4j.CodeAction getUnresolved()
String getParticipantId()
ICodeActionResolvesParticipant
which must
resolve the unresolved code action.ICodeActionResolvesParticipant
which must
resolve the unresolved code action.Copyright © 2022. All rights reserved.