0

I have tried a few clipboard managers and two of the best (Ditto and Ethervane Echo) paste on an open F# Interactive window when I am trying to paste on the Editor. Others, like ClipMate (not free) paste on the Editor window. Is there a way to force pasting into the Editor window?

(I am aware that one can use Ctrl+Shift+V to cycle through recent clipboard items)

4

2 回答 2

1

试试 Clip Angel 剪贴板管理器。我用它在 C# 中进行编码。它可以毫无问题地粘贴到 C# 交互式。如果您遇到什么都不能粘贴的地方,Clip Angel 有“模拟键盘输入”功能来打破防御 =)。

于 2017-04-26T19:41:34.077 回答
0

FWIW 我发现使用Ethervane Echo.

1)在F#解决方案中:

a) 在剪辑列表中选择一个项目并点击Enter将剪辑发送到F# Interactive

b) 在剪辑列表中选择一个项目并双击它会将剪辑发送到编辑器窗口。

2)在C#解决方案中:

在剪辑列表中选择一个项目并点击Enter或双击它会将剪辑发送到编辑器窗口。

于 2017-04-22T13:29:01.430 回答