Reputation: 15
I'd want to use Visual Studio Code's colors for C# (Omnisharp) in Visual Studio - How can I export them?
Here's comparison:
Upvotes: 0
Views: 324
Reputation: 1206
AFAIK you can't. But, you can use Viasfora to improve syntax coloration in VS.
Colorize
()/[]/{}
based on depth!
- Colorize flow-control keywords
- Colorize LINQ keywords
- Colorize visibility keywords
- Highlighting escape sequences in strings
- Highlighting C/C++ format specifiers in strings
Upvotes: 1