Enum lsp_types::request::CodeActionRequest [−][src]
pub enum CodeActionRequest {}Expand description
The code action request is sent from the client to the server to compute commands for a given text document and range. The request is triggered when the user moves the cursor into a problem marker in the editor or presses the lightbulb associated with a marker.
Trait Implementations
type Params = CodeActionParamstype Result = Option<CodeActionResponse>Auto Trait Implementations
impl RefUnwindSafe for CodeActionRequestimpl Send for CodeActionRequestimpl Sync for CodeActionRequestimpl Unpin for CodeActionRequestimpl UnwindSafe for CodeActionRequest