Class

IdeLspCompletionItem

Description

final class Ide.LspCompletionItem : GObject.Object
  implements GtkSource.CompletionProposal {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdeLspCompletionItem implements_0 GtkSourceCompletionProposal this--implements_0 ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

ide_lsp_completion_item_new
No description available.

Instance methods

ide_lsp_completion_item_display
No description available.

ide_lsp_completion_item_get_additional_text_edits

Obtain an array of all additional text edits to be applied to the project.

ide_lsp_completion_item_get_detail
No description available.

ide_lsp_completion_item_get_icon_name
No description available.

ide_lsp_completion_item_get_return_type
No description available.

ide_lsp_completion_item_get_snippet

Creates a new snippet for the completion item to be inserted into the document.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from GtkSourceCompletionProposal (1)
gtk_source_completion_proposal_get_typed_text

Gets the typed-text for the proposal, if supported by the implementation.

since: 5.6

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct IdeLspCompletionItemClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.