Jon Erickson
Jon Erickson

Reputation: 114916

Is there a way to change fonts and colors for the C# Interactive window in the Roslyn CTP?

It seems to have partially inherited fonts and colors from my current settings, which has made it pretty ugly right now. I looked in fonts and colors but there is no settings for C# Interactive.

ewwwww tools & options

Upvotes: 5

Views: 887

Answers (2)

Michael
Michael

Reputation: 9042

In the June 2012 CTP you can set the C# Interactive Window output fonts & colors using the following under "Text Editor":

Roslyn - Interactive Window Error Output
Roslyn - Interactive Window Output

Input fonts & colors are governed by the normal text editor settings.

Upvotes: 1

Dustin Campbell
Dustin Campbell

Reputation: 9855

Disclaimer: I work for Microsoft on the Roslyn team.

We have not done the polish work to create the logical and correct fonts and colors for the C# Interactive Window yet. In this case, the black text in your screenshot should using Text Editor->Plain Text, but it's not. Instead, it's using "Text Editor->Interactive Console - Black". If you change "Text Editor->Interactive Console - Black" to match your "Text Editor->Plain Text" setting, it should look much better.

Upvotes: 7

Related Questions