Older/ReSharper20163LanguageInjections/Completion.ts (6 lines of code) (raw):

//20163 Code completion for TypeScript literal types type NodeType = "IfStatement" | "WhileStatement" | "ForStatement"; function processStatement(type: NodeType, statement) {/*...*/} processStatement(/*Ctrl+space here*/);