SYMBOL INDEX (73 symbols across 11 files) FILE: media/jquery.contextMenu.js function createNameNode (line 1100) | function createNameNode(item) { function completedPromise (line 1454) | function completedPromise(opt,root,items) { function errorPromise (line 1463) | function errorPromise(opt,root,errorItem) { function finishPromiseProcess (line 1475) | function finishPromiseProcess(opt,root,items) { function splitAccesskey (line 1493) | function splitAccesskey(val) { function inputLabel (line 1811) | function inputLabel(node) { function menuChildren (line 1816) | function menuChildren(items, $children, counter) { FILE: media/json-formatter.js function __webpack_require__ (line 16) | function __webpack_require__(moduleId) { function JSONFormatter (line 111) | function JSONFormatter(json, open, config, key) { function addStylesToDom (line 655) | function addStylesToDom(styles, options) { function listToStyles (line 677) | function listToStyles(list) { function insertStyleElement (line 695) | function insertStyleElement(options, styleElement) { function removeStyleElement (line 714) | function removeStyleElement(styleElement) { function createStyleElement (line 722) | function createStyleElement(options) { function createLinkElement (line 729) | function createLinkElement(options) { function addStyle (line 736) | function addStyle(obj, options) { function applyToSingletonTag (line 787) | function applyToSingletonTag(styleElement, index, remove, obj) { function applyToTag (line 804) | function applyToTag(styleElement, obj) { function updateLink (line 822) | function updateLink(linkElement, obj) { function escapeString (line 850) | function escapeString(str) { function isObject (line 856) | function isObject(value) { function getObjectName (line 866) | function getObjectName(object) { function getType (line 889) | function getType(object) { function getValuePreview (line 899) | function getValuePreview(object, value) { function getPreview (line 919) | function getPreview(object) { function cssClass (line 935) | function cssClass(className) { function createElement (line 943) | function createElement(type, className, content) { FILE: src/ElasticCodeLensProvider.ts class ElasticCodeLensProvider (line 5) | class ElasticCodeLensProvider implements vscode.CodeLensProvider { method constructor (line 9) | public constructor(context: vscode.ExtensionContext) { method provideCodeLenses (line 14) | public provideCodeLenses(document: vscode.TextDocument, _token: vscode... FILE: src/ElasticCompletionItemProvider.ts class ElasticCompletionItemProvider (line 10) | class ElasticCompletionItemProvider implements vscode.CompletionItemProv... method constructor (line 14) | constructor(context: vscode.ExtensionContext) { method buildRestSpecRouter (line 19) | private buildRestSpecRouter() { method provideCompletionItems (line 49) | provideCompletionItems( method provideHover (line 57) | provideHover(document: vscode.TextDocument, position: vscode.Position)... method asyncProvideHover (line 61) | private async asyncProvideHover(document: vscode.TextDocument, positio... method asyncProvideCompletionItems (line 98) | private async asyncProvideCompletionItems( method providePathParamCompletionItem (line 123) | private async providePathParamCompletionItem(esMatch: any, restSpec: a... method providePathCompletionItem (line 129) | private async providePathCompletionItem(esMatch: any, restSpec: any): ... method isPathCompletion (line 181) | private isPathCompletion(esMatch: ElasticMatch, position: vscode.Posit... method isPathParamCompletion (line 185) | private isPathParamCompletion(esMatch: ElasticMatch, position: vscode.... method listIndices (line 193) | private async listIndices(): Promise { method listAliases (line 200) | private async listAliases(): Promise { method listRepositories (line 208) | private async listRepositories(): Promise { method getElasticVersion (line 216) | private async getElasticVersion(): Promise { FILE: src/ElasticContentProvider.ts class ElasticContentProvider (line 6) | class ElasticContentProvider implements vscode.TextDocumentContentProvid... method provideTextDocumentContent (line 19) | public provideTextDocumentContent(uri: vscode.Uri, token: vscode.Cance... method update (line 68) | update(context: any, host: any, results: any, time_el: any, statusCode... method getPath (line 77) | getPath(p: any) { method onDidChange (line 81) | get onDidChange() { FILE: src/ElasticDecoration.ts class ElasticDecoration (line 5) | class ElasticDecoration { method constructor (line 14) | public constructor(context: vscode.ExtensionContext) { method UpdateDecoration (line 83) | public UpdateDecoration(esMatches: ElasticMatches) { FILE: src/ElasticMatch.ts class ElasticItem (line 6) | class ElasticItem { class ElasticMatch (line 11) | class ElasticMatch { method constructor (line 23) | public constructor(headLine: vscode.TextLine, match: RegExpExecArray) { method GetErrorFromMessage (line 89) | GetErrorFromMessage(text: string, message: string): ElasticItem { FILE: src/ElasticMatches.ts class ElasticMatches (line 4) | class ElasticMatches { method constructor (line 9) | public constructor(editor: vscode.TextEditor) { method UpdateSelection (line 40) | public UpdateSelection(editor: vscode.TextEditor) { FILE: src/extension.ts function activate (line 16) | async function activate(context: vscode.ExtensionContext) { function setHost (line 120) | async function setHost(context: vscode.ExtensionContext): Promise { function getHost (line 132) | function getHost(context: vscode.ExtensionContext): string { function executeQuery (line 136) | async function executeQuery(context: vscode.ExtensionContext, resultsPro... function showResult (line 182) | function showResult(result: string, column?: vscode.ViewColumn): Thenabl... function deactivate (line 209) | function deactivate() {} FILE: src/helpers.ts function stripJsonComments (line 19) | function stripJsonComments(jsonString: string, { whitespace = true } = {... FILE: src/jsonPanel.ts function renderJson (line 3) | function renderJson(jsonObj: object): string { function syntaxHighlight (line 8) | function syntaxHighlight(json: string): string { class JsonPanel (line 26) | class JsonPanel { method constructor (line 73) | public constructor() {} method render (line 75) | public render(jsonObj: object, title?: string) { method ensurePanelValid (line 81) | public ensurePanelValid(title: string): void {