What do you consider the most important aspects of Intellisense (in any IDE)?
Reduced effort remembering and typing class/method/property names being the most obvious, but what are some less obvious forms of assistance that help you with your job?
What do you consider the most important aspects of Intellisense (in any IDE)?
Reduced effort remembering and typing class/method/property names being the most obvious, but what are some less obvious forms of assistance that help you with your job?
Just typing the first 3 characters and completing the name is a like better than sliced bread :)
Discovering methods and features that you never knew existed.
I do a lot of native Win32 development, so knowing what the 7th parameter of CreateWindowEx is without having to go to MSDN is invaluable.
I like to think I learned to use the .NET Framework mostly by browsing Intellisense. The ability to browse all available methods and properties, get a description of their function and guide to their usage all without leaving my editor is a HUGE asset.
Easy way to see the signature of a class/method. Reduced misspellings (and thus less time spent compiling only to find a trivial error).
I spend far less time searching through help files, books, and the web now that Intellisense is becoming arguably ubiquitous.