IntelliJ 多文本复制粘贴选项?
IntelliJ multiple text copy-paste options?
在我的项目中,目前我必须做一个重复性的任务,我有两个文本必须互换粘贴很多次。 (说“Text1
”和“Text2
”)
我现在正在做的是复制'Text1
',粘贴'Text1
'。然后复制“Text2
”,粘贴“Text2
”。然后又是'Text1
'。我正在反复做这件乏味的事情。
他们有什么工具可以让我目前的工作更轻松吗??
使用Ctrl + Shift + V for Windows/Linux
使用 Cmd + Shift + V for Mac
它将向您显示最新复制的文本堆栈(默认为最后 5 个)。您可以完全互换地选择您想要的那个,而无需一次又一次地复制 (Ctrl + C)。
Ctrl + Shift + V is your friend.
Pasting a specific entry from the clipboard
- On the main menu, choose Edit | Paste from History or press Ctrl+Shift+V.
- In the Choose Content to Paste dialog box select the desired entry from the list of recent Clipboard entries, and click OK.
The depth of the Clipboard stack is configured in the Limits section
on the Editor page of the Settings dialog box. When the specified
number is exceeded, the oldest entry is removed from the list.
如果您正在寻找不 IDE 特定的东西,有许多适用于不同平台的工具:
- Ditto Clipboard Manager (Windows)
- Multiple clipboard managers (Mac)
- Top clipboard managers (Linux)
在我的项目中,目前我必须做一个重复性的任务,我有两个文本必须互换粘贴很多次。 (说“Text1
”和“Text2
”)
我现在正在做的是复制'Text1
',粘贴'Text1
'。然后复制“Text2
”,粘贴“Text2
”。然后又是'Text1
'。我正在反复做这件乏味的事情。
他们有什么工具可以让我目前的工作更轻松吗??
使用Ctrl + Shift + V for Windows/Linux
使用 Cmd + Shift + V for Mac
它将向您显示最新复制的文本堆栈(默认为最后 5 个)。您可以完全互换地选择您想要的那个,而无需一次又一次地复制 (Ctrl + C)。
Ctrl + Shift + V is your friend.
Pasting a specific entry from the clipboard
- On the main menu, choose Edit | Paste from History or press Ctrl+Shift+V.
- In the Choose Content to Paste dialog box select the desired entry from the list of recent Clipboard entries, and click OK.
The depth of the Clipboard stack is configured in the Limits section on the Editor page of the Settings dialog box. When the specified number is exceeded, the oldest entry is removed from the list.
如果您正在寻找不 IDE 特定的东西,有许多适用于不同平台的工具:
- Ditto Clipboard Manager (Windows)
- Multiple clipboard managers (Mac)
- Top clipboard managers (Linux)