Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TypeScript Missing from Visual Studio

My TypeScript syntax highlighting has been broken in Visual Studio. When I tried to check my settings in Tools>Options>Text Editor, there's no option for TypeScript. How can I add this back in to fix TypeScript?

like image 548
muttley91 Avatar asked Aug 07 '26 13:08

muttley91


1 Answers

You can download the latest version from here (1.5 beta):

Visual Studio updates less often than TypeScript, so although there are a lot of native TypeScript features, you need the extension too.

The extension contains the Visual Studio "TypeScript experience" and also the compiler.

like image 55
Fenton Avatar answered Aug 09 '26 04:08

Fenton