Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am sure this question has been asked before, but I couldn't find an answer anywhere.

When working in the Visual Studio 2008 code window, is there an easy way to get Intellisense to display a list of current 'this.' members without actually having to type 'this.'?

Seems like such an obvious thing.

Any replies would be very much appreciated.

Best wishes, Patrick
Posted

Just found it! CTRL-J does the trick, displaying everything in scope, including the members of the current class (so you don't need to type 'this.' to see them).
 
Share this answer
 
Comments
Abhinav S 23-Jun-10 8:46am    
Cool - thanks for posting the solution here.
You can always have a look at the "Locals" window (once your code hits a breakpoint).
 
Share this answer
 
Comments
Patrick Skelton 23-Jun-10 7:59am    
Hi. Thanks, but I was thinking of during coding, not when running the app.
William Winner 23-Jun-10 18:20pm    
Reason for my vote of 2
same thing Patrick said...clearly this was during coding...when coding, you don't just run a partial method just to get Intellisense.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900