Visual C# and Visual J# IntelliSense
IntelliSense is a powerful feature that can dramatically increase your productivity since it provides logical code elements that you can select from a drop-down menu while you are coding. It is designed to make the development of your application much easier by helping you automatically generate code in the Code Editor, which can reduce the amount of time you spend typing and help you avoid introducing typographical errors in your code.
The following topics provide an overview of new Visual C# and Visual J# IntelliSense features.
In This Section
- IntelliSense for Most Recently Used Members
-
Describes how IntelliSense handles your most frequently used members for convenient syntax completion.
- IntelliSense in the Immediate Mode Command Window
-
Discusses IntelliSense support in the Immediate Mode window of the debugger.
- Automatic Code Generation
-
Describes IntelliSense features used to automatically generate code for common tasks.