Constant languageserver_types::REQUEST__CodeAction
[−]
[src]
pub const REQUEST__CodeAction: &'static str=
"textDocument/codeAction"
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.