In visual studio 2008, when the focus is on a watch expression in the watch window, how can I edit this expression without double-clicking the mouse?
In visual C++ 6, it was the obvious: the F2 key. This is the consistent Windows behavior in listviews, e.g. for renaming a file in Explorer, editing a cell in Excel, etc. For some reason someone decided to remove this shortcut from VS. I can't find anything like it in the keyboard shortcuts awful little window.
This is annoying me to no end. I DO NOT want to reach for my mouse when I'm debugging.