src/Constants.ts (2 lines): - line 572: // TODO names to lower case - line 816: // TODO: add real extensions information when they will be released src/debugAdapter/debugSession.ts (2 lines): - line 71: // TODO: enable it if needed. (if the adapter implements the configurationDoneRequest.) - line 75: // TODO: think about implementation of stepback src/services/tree/TreeManager.ts (2 lines): - line 80: // FIXME: It's method works for any IExtensionItem, it shouldn't be here - line 88: // FIXME: We should use factory and ItemTypes instead of direct classes src/Generators/LogicAppGenerator.ts (1 line): - line 90: // TODO: what should we do if solidity file without constructor? src/ARMBlockchain/Operations/ConsortiumResource.ts (1 line): - line 14: // TODO: need receive result src/debugAdapter/instructionsView/instructionDataProvider.ts (1 line): - line 53: // TODO: refactroign - same method in variablesHandler src/debugAdapter/cmdCommandExecutor.ts (1 line): - line 9: // TODO: think how to reuse code src/Models/TreeItems/Project.ts (1 line): - line 26: // FIXME: suggest user the list of nodes src/validators/solidityTypeValidation/index.ts (1 line): - line 31: // TODO: validate other types src/commands/SdkCoreCommands.ts (1 line): - line 56: // TODO: uncomment this once openzeppelin extension is ready src/debugAdapter/configurationReader.ts (1 line): - line 6: // TODO: think how to reuse code