SYMBOL INDEX (38 symbols across 1 files) FILE: extension.ts function strContains (line 8) | function strContains(word, pattern) { function strEquals (line 12) | function strEquals(word, pattern) { function config (line 17) | function config(key: string, defaultValue?: any): T { function commandArgs2Array (line 23) | function commandArgs2Array(text: string): string[] { function _extractVersion (line 73) | function _extractVersion(output: string): string { function cmake_version (line 82) | async function cmake_version(): Promise { function cmake_help_url (line 89) | async function cmake_help_url() { function cmake_help_command_list (line 114) | function cmake_help_command_list(): Promise { function cmake_help_command (line 118) | function cmake_help_command(name: string): Promise { function cmake_help_variable_list (line 136) | function cmake_help_variable_list(): Promise { function cmake_help_variable (line 140) | function cmake_help_variable(name: string): Promise { function cmake_help_property_list (line 155) | function cmake_help_property_list(): Promise { function cmake_help_property (line 159) | function cmake_help_property(name: string): Promise { function cmake_help_module_list (line 173) | function cmake_help_module_list(): Promise { function cmake_help_module (line 177) | function cmake_help_module(name: string): Promise { function cmake_help_all (line 191) | function cmake_help_all() { function cmake_online_help (line 210) | async function cmake_online_help(search: string) { function activate (line 257) | function activate(disposables: Disposable[]) { class CMakeExtraInfoSupport (line 335) | class CMakeExtraInfoSupport implements HoverProvider { method provideHover (line 337) | public provideHover(document: TextDocument, position: Position, token:... function vscodeKindFromCMakeCodeClass (line 364) | function vscodeKindFromCMakeCodeClass(kind: string): CompletionItemKind { function cmakeTypeFromvscodeKind (line 376) | function cmakeTypeFromvscodeKind(kind: CompletionItemKind): string { function suggestionsHelper (line 389) | function suggestionsHelper(cmake_cmd, currentWord: string, type: string,... function cmModuleInsertText (line 416) | function cmModuleInsertText(module: string) { function cmFunctionInsertText (line 424) | function cmFunctionInsertText(func: string) { function cmVariableInsertText (line 432) | function cmVariableInsertText(variable: string) { function cmPropetryInsertText (line 435) | function cmPropetryInsertText(variable: string) { function cmCommandsSuggestions (line 439) | function cmCommandsSuggestions(currentWord: string): Thenable