CodeAction


Object Hierarchy:

Object hierarchy for CodeAction

Description:

public interface CodeAction : Object

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: GVls
Package: GVls-21

Content:

Properties:

Inherited Members:

All known members inherited from class GLib.Object