I am using the 17.0.4 with VS2022 17.12.0P2.
When I paste some colored code from the C# text editor, the result is always black on a white background.
There are two issues here:
- I get no colorized paste even if I put
UseAccurateClassification (Tools-Options-Productivity Power Tools- HTML Copy)
- Even if I set
CopyBackground to False and remove {background} from the <pre tag, the background is always a shiny white (instead of staying transparent).
The only workaround I found is to revert using Visual Studio Code.
I am using the 17.0.4 with VS2022 17.12.0P2.
When I paste some colored code from the C# text editor, the result is always black on a white background.
There are two issues here:
UseAccurateClassification(Tools-Options-Productivity Power Tools- HTML Copy)CopyBackgroundtoFalseand remove{background}from the<pretag, the background is always a shiny white (instead of staying transparent).The only workaround I found is to revert using Visual Studio Code.