What’s new in Typescript 2.5

A few days ago TypeScript 2.5 has been released and it brings us a few very nice and worth mentioning features. The features that I like the most are Resharper-like improved refactoring options which now allow you to extract method and extract function just by selecting the piece of code to refactor and using right click. It will be for sure used a lot and improve developers productivity, making complex refactoring trivial. Well done, TypeScript team! We definitely need more options like that. Quick fixes are other interesting features triggered by incorrect notation - TypeScript tries to guess what the…

Read More