Xiaox
Xiaox

Reputation: 15

How to import C# syntax colors from Visual Studio Code to Visual Studio?

I'd want to use Visual Studio Code's colors for C# (Omnisharp) in Visual Studio - How can I export them?

Here's comparison:

first second

Upvotes: 0

Views: 324

Answers (1)

Selmir
Selmir

Reputation: 1206

AFAIK you can't. But, you can use Viasfora to improve syntax coloration in VS.

Rainbow Braces

Colorize ()/[]/{} based on depth! Rainbow Braces

Keyword classification

  • Colorize flow-control keywords Flow Control Keywords
  • Colorize LINQ keywords LINQ Keywords
  • Colorize visibility keywords Visibility keywords

String colorization

  • Highlighting escape sequences in strings Escape Sequences
  • Highlighting C/C++ format specifiers in strings C format specifiers

Upvotes: 1

Related Questions