In VS Code how can I disable Drag to Edit Text?
When editing in Visual Studio Code, often when I attempt to select an area of text, I accidentally select a few characters. When I drag, the characters are moved. Seems I'm inept at using a mouse.
How can I disable drag to edit? I searched online and in keyboard shortcuts. No luck.
Enable/Disable Format On SaveOpen up VSCode Command Palette by pressing Ctrl + Shift + P. Search and select Open Settings (UI). Just start typing and it will auto-fill. Once there's a match, you can hit enter immediately, or manually click on the right option.
// Controls if the editor should allow to move selections via drag and drop.
"editor.dragAndDrop": false,
In Visual Studio Code if you want to do in the app just go to:
File -> Preferences -> Settings -> type "Drag and drop" in the search bar
It should be the first option.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With