Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
238 views

VS2010 Debugging: Display Datatip w/o mouseover (use keyboard)?

I'm in VS2010, on a breakpoint. How can I cause a datatip to be displayed for a given variable/expression w/o using my mouse to hover it?
1
vote
0answers
8 views

Mouseless display of code editor warning/error description?

In Visual Studio 2010, I have a method which claims to return a value and then doesn't. When I hover over the error with my mouse, a tooltip tells me that the method doesn't return a value. I'm ...
1
vote
1answer
166 views

VS2010: change document tab order w/ keyboard?

I have three documents open in VS2010. There are three tabs in the tab well. Can I change the order by which those tabs are displayed using only my keyboard?
0
votes
0answers
12 views

VS/RTC3: “Create New Work Item” command name?

I'm using v3 of the Rational Team Concert client for Visual Studio 2010. I need to open the "Create New Work Item" dialog using only my keyboard. What is the 'Tools > Options > Keyboard' command ...
0
votes
1answer
77 views

VS2010 Intellisense: navigate signatures w/ keyboard?

new XmlSerializer(). I typed the code above, and an Intellisense menu appears. One of the options in the menu is the Serialize method. I nagivate to that using my keyboard. Once Serialize is ...