DocumentSymbol
Object Hierarchy:
Description:
public interface DocumentSymbol : Object, Object
Represents programming constructs like variables, classes, interfaces etc. that appear in a document. Document symbols can be
hierarchical and they have two ranges: one that encloses its definition and one that points to its most interesting range, e.g. the range
of an identifier.
All known implementing classes:
Content:
Properties:
- public abstract Container children { get; }
Children of this symbol, e.g. properties of a class.
- public abstract bool deprecated { get; }
Indicates if this symbol is deprecated.
- public abstract string? detail { get; }
More detail for this symbol, e.g the signature of a function.
- public abstract SymbolKind kind { get; }
The kind of this symbol.
- public abstract string name { get; }
The name of this symbol.
- public abstract Range range { get; }
The range enclosing this symbol not including leading/trailing
whitespace but everything else like comments. This information is typically used to determine if the clients cursor is inside the
symbol to reveal in the symbol in the UI.
- public abstract Range selection_range { get; }
The range that should be selected and revealed when this symbol is
being picked, e.g the name of a function. Must be contained by the `range`.
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