Reputation: 2901
Ctrl + D in a Visual Studio 2015 Windows10 project is not working at all.. its working in Notepad++. I have tried to reboot my machine, and closed down Visual Studio but nothing works.
I have Windows 10 Threshold 2 and Visual Studio 2015 Version 14.0.23107.0
PS: it was working fine yesterday...
Edit1:
Keyboard mapping is looking good:
Upvotes: 20
Views: 35259
Reputation: 11
If you need to add the command in Visual Studio similar to Visual Studio Code, where pressing CTRL + D selects the next matching word, here’s the name of the command you need to configure:
Edit.InsertNextMatchingCaret.
Upvotes: 0
Reputation: 1
Goto File->Preferances->keybord Shortcut->On the top search duplicate->Double click on duplicate Selection->ctrl+Shift+D->Press Enter
Upvotes: 0
Reputation: 141
Below steps are worked for me.
Upvotes: 9
Reputation: 1468
Just FYI, If you are VS 2019 User:
Extensions > Resharper > Options > Environment > Keyboard
Change Keyboard Scheme to None and save, then go back again and change it to Visual Studio
I was struggling with this problem for a while and this method fixed it.
Upvotes: 2
Reputation: 2901
RESHARPER is/was the culprit
How to fix:
and now its working again!
Upvotes: 60