Class
LspCodeAction
Description
class Lsp.CodeAction : Lsp.Action
{
/* No available fields */
}
A code action represents a change that can be performed in code, e.g. to fix a problem or to refactor code.
A CodeAction must set either edit and/or a command. If both are supplied, the edit is applied first, then the command is executed.
Instance methods
Methods inherited from LspAction (3)
lsp_action_get_title
Gets the value of title.
lsp_action_set_title
Sets the value of title.
lsp_action_to_variant
Serialize this action to a GVariant.