SymbolProviderVala
Object Hierarchy:
Description:
public class SymbolProviderVala : Object, SymbolProvider
Content:
Methods:
- public async void add_file (File file) throws Error
Add source file, as a new GVls.SymbolResolver
- public void add_file_sync (File file) throws Error
Add source file, as a new GVls.SymbolResolver
- public async void add_package (string name) throws Error
Add a package from its name, as a new
GVls.SymbolResolver
- public void add_package_sync (string name) throws Error
Add a package from its name, as a new
GVls.SymbolResolver
- public void add_resolver (SymbolResolver resolver)
Add a GVls.SymbolResolver
- public async void add_resolvers (ListModel resolvers) throws Error
Add a set of GVls.SymbolResolver
- public void add_resolvers_sync (ListModel resolvers) throws Error
Add synchronous a set of GVls.SymbolResolver
- public async CompletionList find_completion (Symbol sym)
Find a cached completion list or creates a new one for the symbol and
add is to the cache
- public bool has_resolver (File file)
Check if there are a GVls.SymbolResolver
for given GLib.File
- public Container namespace_symbols (string name)
Provides a hash table list of symbols in a given namespace
- public Container resolve_symbols_sync (string name)
Resolve synchronously a set of symbols related to the given name or
partial name, URI and position. If no URI or position is given, search along on all other resolvers
- public SymbolResolver? resolver_by_uri (string uri)
Search for a GVls.SymbolResolver with
the given URI
- public async CompletionList update_completion (Symbol sym)
Updates a cached completion list for the given symbol
- public async void update_project_completion_namespace (Symbol s)
Create a completion list for a given symbol in the project.
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.SymbolProvider
- add_file
- add_file_sync
- add_package
- add_package_sync
- add_resolver
- add_resolvers
- add_resolvers_sync
- calculate_position_method
- calculate_position_word
- calculate_position_word_left
- calculate_position_word_string
- calculate_variable_type
- create_completion_information_list
- create_completion_information_list_sync
- has_resolver
- keyword
- namespace_symbols
- resolve_symbol
- resolve_symbol_definition
- resolve_symbol_position
- resolve_symbol_position_sync
- resolve_symbol_scope
- resolve_symbol_scope_sync
- resolve_symbol_scope_sync_rest
- resolve_symbol_sync
- resolve_symbols
- resolve_symbols_scope
- resolve_symbols_scope_sync
- resolve_symbols_sync
- resolver_by_uri
- resolvers
- target
- update_database_symbols