SYMBOL INDEX (10 symbols across 1 files) FILE: src/extension.ts function activate (line 4) | function activate(context: vscode.ExtensionContext) { function deactivate (line 17) | function deactivate() { function insertAutoCloseTag (line 20) | function insertAutoCloseTag(event: vscode.TextDocumentChangeEvent): void { function CheckRightAngleBracket (line 107) | function CheckRightAngleBracket(contentChange: vscode.TextDocumentConten... function CheckRightAngleBracketInVSCode_1_8 (line 111) | function CheckRightAngleBracketInVSCode_1_8(contentChange: vscode.TextDo... function insertCloseTag (line 117) | function insertCloseTag(): void { function getNextChar (line 138) | function getNextChar(editor: vscode.TextEditor, position: vscode.Positio... function getCloseTag (line 144) | function getCloseTag(text: string, excludedTags: string[]): string { function moveSelectionRight (line 176) | function moveSelectionRight(selection: vscode.Selection, shift: number):... function occurrenceCount (line 182) | function occurrenceCount(source: string, find: string): number {