liamjmc
liamjmc

Reputation: 33

Keyboard shortcut for the "Update options..." variable drop down in Visual Studio 2013

In VS 2012 Ctrl + . would enter the drop down that is highlighted at the bottom right of a variable name when the name itself is changed. You could then update all references to the variable with the keyboard only. I cannot get this to work in VS 2013, and am missing it greatly! Does anyone have any idea how to get this working in 2013??

Thank you for your help!

Upvotes: 2

Views: 88

Answers (2)

Marek
Marek

Reputation: 90

If you go Tools > Options > Environment > Keyboard. The command you're looking for is View.ShowSmartTag.

You can then assign the shortcut you want (ctrl + .) to this command.

Upvotes: 0

Spock
Spock

Reputation: 6992

Take a look at this. It has all the keyboard shortcuts available for VS2013. Including Ctrl + Dot If it still does not work, have a look at the configuration here (This is for VS2012, but I would imagine its' is the same for 2013)

Upvotes: 1

Related Questions