Typescript Class and Interface Lighting in Visual Studio 2013

How can I define syntax highlighting colors for typscript classes and interfaces in Visual Studio 2013 Update 4? I can not find it in the list of font and color elements.

Hello World looks like this:

Syntax highlighting of typescript

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

Update: The Roslin 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

+5
source share
1 answer

It is not available in VS2013. According to the TypeScript development team, semantic coloring for coloring types is only available in VS2015 .

+1
source

Source: https://habr.com/ru/post/1214734/


All Articles