ChangeAnnotation
Object Hierarchy:
Description:
[ Compact ( opaque = true ) ]
[ CCode ( ref_function = "lsp_change_annotation_ref" , unref_function = "lsp_change_annotation_unref" ) ]
public class ChangeAnnotation
Additional information that describes document changes.
Since:
3.16.0
Content:
Properties:
- public string? description { get; set; }
A human-readable string which is rendered less prominent in the user
interface.
- public string label { get; set; }
A human-readable string describing the actual change. The string is
rendered prominent in the user interface.
- public bool needs_confirmation { get; set; }
A flag which indicates that user confirmation is needed before
applying the change.
Creation methods:
Methods: