(from
https://typescript.codeplex.com/discussions/435257)
I have just started investigating TypeScript and the performance of the editor is horrid! It is so bad that I expected to see a flood of complaints but haven't been able to find any. I'm using the default template in VS2012 with a single code file that is only 100 lines long. The formatter (which I understand is written in TypeScript) takes an unacceptably long amount of time to indent and format code. For example, hitting enter 4 times at the bottom of the file which changes nothing in the file results in the following status messages:
Smart Indenting task took more than 1 second(s) to complete. Try again later.
Formatting task took more than 2 second(s) to complete. Try again later.
Smart Indenting task took more than 1 second(s) to complete. Try again later.
Formatting task took more than 2 second(s) to complete. Try again later.
Smart Indenting task took more than 1 second(s) to complete. Try again later.
Formatting task took more than 2 second(s) to complete. Try again later.
Smart Indenting task took more than 1 second(s) to complete. Try again later.
Formatting task took more than 2 second(s) to complete. Try again later.
The whole process of adding four blank lines takes 12 seconds. I've tried the Microsoft fix of restarting and reinstalling with no luck. I'm running a quad core i7-950, so I'm doubting it's that.
Am I the only one with this problem?