CodeAction


Object Hierarchy:

Object hierarchy for CodeAction

Description:

public class CodeAction : Action

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.


Namespace: Lsp
Package: lsp-glib-3.0

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class Lsp.Action