src/AzureRMTools.ts (4 lines): - line 559: // TODO: refactor - line 627: // TODO: Move to separate file - line 1014: // TODO: Refactor - line 1022: // tslint:disable-next-line: max-func-body-length // TODO: Refactor src/extensionVariables.ts (1 line): - line 90: // TODO: Switch to using notifications? src/documents/templates/getResourceIdCompletions.ts (1 line): - line 248: // TODO: https://github.com/microsoft/vscode-azurearmtools/issues/1030 src/language/json/Tokenizer.ts (1 line): - line 10: // TODO: rename this module to refer to "basic tokens", etc. src/documents/templates/DeploymentTemplateDoc.ts (1 line): - line 612: // tslint:disable-next-line: cyclomatic-complexity // TODO: Consider refactoring src/language/json/JSON.ts (1 line): - line 1306: // TODO: This should not depend on knowledge of the various value types' implementations src/visitors/FindReferencesAndErrorsVisitor.ts (1 line): - line 35: // TODO: Implement searching for DefinitionKind.ParameterValue src/documents/positionContexts/TemplatePositionContext.ts (1 line): - line 850: // TODO: This shouldn't be necessary - a TopLevelTemplateScope should be able to return its own src/vscodeIntegration/Treeview.ts (1 line): - line 256: // TODO: Shouldn't be using activeTextEditor (can be null) - store in IElementInfo? src/documents/parameters/parameterFileGeneration.ts (1 line): - line 144: const comment = "// TODO: Fill in parameter value"; src/languageclient/startArmLanguageServer.ts (1 line): - line 135: // tslint:disable-next-line: max-func-body-length // TODO: Refactor function src/documents/templates/getResourcesInfo.ts (1 line): - line 51: // TODO: Consider combining with or hanging off of IResource. IResource currently only used for sorting templates and finding nested deployments? Nested subnets are not currently IResources but are IResourceInfos src/documents/templates/ChildTemplateCodeLens.ts (1 line): - line 198: /* TODO: Need to also resend to language server