View source
class CodeActionResolveRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Request to resolve additional information for a given code action.The request's parameter is of type CodeAction the response is of type CodeAction or a Thenable that resolves to such.