Copy-paste code from Visual Studio, but paste UNFORMATTED code

前端 未结 9 1852
春和景丽
春和景丽 2021-02-11 15:34

Is there any way to force Visual Studio to copy selected code to the clipboard as unformatted text?

When I am copy-pasting code into Word or more often Outlook

9条回答
  •  时光取名叫无心
    2021-02-11 16:04

    You might find http://www.extrabit.com/plaintextclipboard/ to be a useful tool. Some applications have a paste option which strips formatting, but what you really need is a copy operation that strips formatting, which VS does not offer.

提交回复
热议问题