I am using the typescript. I can create simple typescript samples and run. When i was creating complex type of codes, visual studio becomes not responding.
Can any of you know the reason for this issue? The Performance tab on TaskManager takes approx 35%. Can any of you aware of this issue?
Code i was implemented looks like below,
module myModule{
export class myClass implements myInterface{
// code to PartialUpdate, otalUpdate function declarations and
// extra properties and methods
}
export interface myInterface{
PartialUpdate:void;
TotalUpdate:void;
}
}
Note: Visual Studio becomes not responding while creating code itself, before starting build.
I have used the following extensions:
- MicroSoft Web Developer Tools,
- Nuget Package Manager,
- TypeScript for VS 2012
- VS Extensions for Windows Library for JavaScript and
- Web Essentials 2012
And my system config is
- Processor:Pentium Dual core 2.70GHZ
- RAM: 4 GB
- System type: 64 bit