CompletionRegistrationOptions
Object Hierarchy:
Description:
public interface CompletionRegistrationOptions :
Object,
TextDocumentRegistrationOptions
Content:
Properties:
- public abstract bool resolve_provider { get; set; }
The server provides support to resolve additional information for a
completion item.
- public abstract Container trigger_characters { get; }
Most tools trigger completion request automatically without explicitly
requesting it using a keyboard shortcut (e.g. Ctrl+Space). Typically they do so when the user starts to type an identifier. For
example if the user types `c` in a JavaScript file code complete will automatically pop up present `console` besides others as a
completion item. Characters that make up identifiers don't need to be listed here.
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface
GVls.TextDocumentRegistrationOptions