How to swap clipboard contents for current selection in Visual Studio

后端 未结 2 1243
予麋鹿
予麋鹿 2021-01-21 08:24

Does anyone know of a simple way to swap whatever is currently in my clipboard with the current mouse selection?

So lets say my clipboard has the text Foo

2条回答
  •  深忆病人
    2021-01-21 08:43

    No generic solution for this exists, so sorry: I anticipate disappointment.

    You might be able to build a Visual Studio plugin with an implementation of this, but it isn't a standard solution on any platform besides maybe Vi/Vim or Emacs (and even then I'm not sure).

提交回复
热议问题