Visual Studio copy/paste into Outlook with standard formatting?

≡放荡痞女 提交于 2019-12-03 05:46:32

The following blog post details how to address this issue in VS2012:

http://codinglifestyle.wordpress.com/2013/05/17/copy-and-paste-formatting-with-visual-studios-dark-theme/

Ok so the closest I got was using CopySourceAsHtml which also allows you to define custom css styles for that copied html. I peeked at the css styles when copying code from the default VS theme and copied them over.

Got me 90% there which is good enough - no black code backgrounds on white email backgrounds!

This free VS Extension (named "Copy As HTML") allows you to choose the background color when copying to clipboard:

This is a lightweight tool that allows you to copy code from the Code Window and convert it into HTML while preserving syntax highlighting, indentation and background colour.

This add-in adds a command to copy in plain text: VSHelper

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!