src/basic-languages/postiats/postiats.ts (7 lines): - line 32: // TODO: staload and dynload are followed by a special kind of string literals - line 375: // TODO: reference for this? - line 600: // TODO: otherwise, try lexing_IDENT_sym - line 615: // TODO: dynload and staload should be specially parsed - line 653: // FIXME: this one is quite messy/unfinished yet - line 654: // TODO: lexing_INT_hex - line 702: [/$/, 'comment', '@pop'], // FIXME: does it match? docs say 'no' website/playground/playground-runner.html (1 line): - line 61: //TODO: var config = require('vs/editor/common/config/config'); src/json/jsonWorker.ts (1 line): - line 79: let textEdits = this._languageService.format(document, range! /* TODO */, options);