Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Typescript Class and Interface highlighting in Visual Studio 2013

How can I define the colors of the syntax highlighting of typscript classes and interfaces in Visual Studio 2013 Update 4? I can't find it in the items list of Fonts and Colors.

The Hello World looks like:

Syntax highlighting of Typescript

I would prefer, if Greeter, HTMLElement and Date would look like in C# :)

Update: The Roslyn based Language Service is doing well. But only in VS 2015 Preview. http://blogs.msdn.com/b/typescript/archive/2014/11/12/announcing-typescript-1-3.aspx

like image 904
Sven-Michael Stübe Avatar asked Nov 10 '22 18:11

Sven-Michael Stübe


1 Answers

It's not available in VS2013. According to the TypeScript development team the semantic colorization for colorizing types is only available in VS2015.

like image 194
Dzienny Avatar answered Nov 15 '22 07:11

Dzienny