WorkspaceClientCapabilities
Object Hierarchy:
Description:
public interface WorkspaceClientCapabilities : Object, Object
Workspace specific client capabilities.
All known implementing classes:
Content:
Classes:
Properties:
- public abstract bool apply_edit { get; set; }
The client supports applying batch edits to the workspace by
supporting the request 'workspace/applyEdit'
- public abstract bool configuration { get; set; }
The client supports `workspace/configuration` requests.
- public abstract DidChangeConfiguration? did_change_configuration { get; set; }
Capabilities specific to the `workspace/didChangeConfiguration`
notification.
- public abstract DidChangeWatchedFiles? did_change_watched_files { get; set; }
Capabilities specific to the `workspace/didChangeWatchedFiles`
notification.
- public abstract ExecuteCommand execute_command { get; set; }
Capabilities specific to the `workspace/executeCommand` request.
- public abstract Symbol symbol { get; set; }
Capabilities specific to the `workspace/symbol` request.
- public abstract WorkspaceEdit? workspace_edit { get; set; }
Capabilities specific to `WorkspaceEdit`s
- public abstract bool workspace_folders { get; set; }
The client has support for workspace folders.
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 GVo.Object
- can_be_parsed_by
- can_be_parsed_to
- create_from_variant
- generic_variant_types_parseable
- generics_create_from_variant
- generics_variant_types_supported
- is_parseable
- parse_variant
- suggest_parser
- to_variant
- variant_types_parseable