How to get support of TypeScript with Sublime Text 3?

Mohan Gopi picture Mohan Gopi · Aug 2, 2016 · Viewed 68.9k times · Source

I am currently working in Angular and I get good support of Typescript with Sublime Text.

How can I get support of TypeScript with my Sublime Text editor?

I tried to hit Shift + Ctrl + P and then typed TypeScript but I did not get any TypeScript results.

I have gone through the official TypeScript website and I have cloned the Sublime Text to my PC.

I have installed TypeScript on my laptop - what can I do next?

Answer

Mohammad Tanveer picture Mohammad Tanveer · Nov 1, 2017

You can do this by pressing Ctrl + shift + p write pci and press enter to open the Package Manager. After that, type TypeScript and choose the first option which is published by http://typescriptlang.org.

Note: For Mac OS users, use Command (⌘) + shift + p instead of Ctrl + shift + p.