Given the following simple TypeScript source. ```typescript export function foo() {} ``` If you press Enter when between the two braces, sometimes nothing happens: the enter key is completely ignored.