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

前端 未结 11 1424

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

11条回答
  •  轮回少年
    2021-02-11 15:43

    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.

提交回复
热议问题