1

We have been using TypeScript in our project since last year with VS 2012. Recently we upgraded to VS 2013 Pro Update 2 and now if we work on TypeScript the IDE performance is extremely slow (particularly the save file).

Also once I open a TypeScript file the IDE becomes slower for all the files (cshtml, js, cs) in that web project.

I found the following article to improve the performance of VS 2013 but it did not work.

Why is VS 2013 very slow?

This problem was never there with VS 2012. Is there any workaround for this issue?

Update: We now know that the problem is with AnkhSVN plugin that we are using in VS 2013.

https://typescript.codeplex.com/workitem/2506

If we disable this plugin then this problem disappears. But this workaround is not convenient as we still need AnkhSVN to track changes in VS 2013.

Community
  • 1
  • 1
Amitabh
  • 59,111
  • 42
  • 110
  • 159

2 Answers2

0

This problem was never there with VS 2012. Is there any workaround for this issue?

One workaround would be to try disabling the compile on save option for TypeScript. If that helps you might want to investigate some thing like https://github.com/grunt-ts/grunt-ts

basarat
  • 261,912
  • 58
  • 460
  • 511
0

I took the VS 2013 Update 3 RC today and it fixed this issue.

http://www.microsoft.com/en-us/download/details.aspx?id=43398

Amitabh
  • 59,111
  • 42
  • 110
  • 159