In 1.5 alpha (VS 2013): ``` typescript function listAPIFiles(path: string): string[] {/*press enter here*/} ``` Results in: ``` typescript function listAPIFiles(path: string): string[]{ } ```
In 1.5 alpha (VS 2013):
Results in: