How to paste clipboard text in VS Code Terminal

冷暖自知 提交于 2020-12-13 18:50:24

问题


I have updated VS Code today on my Windows 7 machine. VS Code introduced Terminal inside the VS Code.

Right-Click is disabled in Terminal. Is there any Keyboard shortcut to paste the text in VS Code?


回答1:


Got answer, link

Right-Click on the cursor line did the trick




回答2:


With v1.40 you can set this :

"terminal.integrated.rightClickBehavior": "paste"

to always paste into the terminal with a rightclick. There are three other options there, including default (show the context menu), copyPaste (copy when there is a selection, otherwise paste) and selectWord ( select the current word and open the context menu).



来源:https://stackoverflow.com/questions/37677021/how-to-paste-clipboard-text-in-vs-code-terminal

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!