.NET Debugger for C#

W

Willie B. Hardigan

Hi,

Just in the debugger and in the Watch window, I think it would be nice to
have it automatically use intellisense to expannd members when typing in a
new object to watch.

Ie., I have a MemoryStream object called ms and i type in ms. , after i
enter the DOT "." it should show me a list of available members to select
instead of me having to hunt for it.
 
W

Willie B. Hardigan

Just saves a few seconds :D handy to have but I can always enter the object
and then use the [+] to expand them to find it then enter that in after the
"." dot. Just makes it that much easier to extend the intellisense
selection to the debugger watch window for objects.

Im in it just now and its something that irked me.

--

Willie B. Hardigan
Microsoft Product Deactivation Team
--


Darren Clark said:
WOuld be good hey....

to think that it was in vb6 ide......
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top