I used to used the shortcut Ctrl + Shift + C to add a new class in Visual Studio 2015. This seems to have gone away when I'm using a different machine. How do I set this?
I've looked in Options > Environment > Keyboard but I can't see anything obvious...
Open Options -> Environment -> Keyboard, search for commands containing Project.AddClass and set the shortcut you want
Also, see article Visual Studio Shortcuts and Add on Tools...
This article explains the same in more detail with some other interest (and perhaps even relevant) points.