为什么拖放复制在 vscode 中不起作用
why copy with drag and drop not working in vscode
我更新了我的 vscode,他们在 2017 年 3 月的发行说明中提到了这一点。
Copy with drag and drop - Choose whether to copy or cut when you drag and drop in the editor.
为什么我的 vscode 在拖放所选文本时没有复制或剪切。我是否需要安装任何扩展程序才能正常工作。
发行说明也说 -
On macOS, press and hold the Option key while you drag and drop. Press the Ctrl key on Windows and press the Alt key on Linux.
见here
在您的 settings.json
中添加 "editor.dragAndDrop":true
我正在使用Windows 10
,我也遇到了同样的问题
因为Visual Studio代码有两种安装程序:User Installer
和System Installer
,User Installer
的权限较小,但User Installer
是放在第一位 official download page.
如果你是管理员账号,这两个安装器任意一个都可以。
但是如果您是 non-administrator 帐户并且安装了 User Installer
,就会出现“拖放不工作”的问题。
所以解决方法是卸载VS code的User Installer
,然后卸载VS code的re-install System Installer
。它非常适合我,可能对你也有帮助。
安装程序的当前安装路径:
System Installer
%ProgramFiles%
\Microsoft VS Code
User Installer
%LocalAppData%
\Programs\Microsoft VS 代码
这是一个已知问题,请参考:
https://github.com/microsoft/vscode/issues/93599
顺便说一句,您可以使用右键单击菜单中的“下载”
我更新了我的 vscode,他们在 2017 年 3 月的发行说明中提到了这一点。
Copy with drag and drop - Choose whether to copy or cut when you drag and drop in the editor.
为什么我的 vscode 在拖放所选文本时没有复制或剪切。我是否需要安装任何扩展程序才能正常工作。
发行说明也说 -
On macOS, press and hold the Option key while you drag and drop. Press the Ctrl key on Windows and press the Alt key on Linux.
见here
在您的 settings.json
"editor.dragAndDrop":true
我正在使用Windows 10
,我也遇到了同样的问题
因为Visual Studio代码有两种安装程序:User Installer
和System Installer
,User Installer
的权限较小,但User Installer
是放在第一位 official download page.
如果你是管理员账号,这两个安装器任意一个都可以。
但是如果您是 non-administrator 帐户并且安装了 User Installer
,就会出现“拖放不工作”的问题。
所以解决方法是卸载VS code的User Installer
,然后卸载VS code的re-install System Installer
。它非常适合我,可能对你也有帮助。
安装程序的当前安装路径:
System Installer
%ProgramFiles%
\Microsoft VS Code
User Installer
%LocalAppData%
\Programs\Microsoft VS 代码
这是一个已知问题,请参考: https://github.com/microsoft/vscode/issues/93599
顺便说一句,您可以使用右键单击菜单中的“下载”