Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Coding Aids
Using IntelliSense

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual Studio 
Using IntelliSense 

IntelliSense provides an array of features that make language references easily accessible. When coding, you do not need to leave the Code and Text Editor or the Immediate Mode command window to perform searches on language elements. You can keep your context, find the information you need, insert language elements directly into your code, and even have IntelliSense complete your typing for you.

IntelliSense includes the following features:

This section also discusses:

For information about how to turn off IntelliSense, see General, All Languages, Text Editor, Options Dialog Box.

See Also

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Intellisense installation location changes for 2.0 and 3.0 with the release of 3.5      Anand Raman - MSFT   |   Edit   |   Show History

With the release of VS 2008 and .NET Framework 3.5 we have installed our updated intellisense files to the EN folders for the files that had previously shipped, 2.0 and 3.0 ..those files override the files that were previously laid down by other installers. The intellisense logic looks first in the culture subdirectory EN before looking to the root folder.

For 3.5 we only needed to install the files to the root as those had never shipped before. I have directory structure of intellisense files for 2.0, 3.0 and 3.5 below:

NET 2.0

C:\Windows\Microsoft.NET\Framework\v2.0.50727\EN

.NET 3.0

C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\EN

.NET 3.5

C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5

Hope this helps.

Anand..

http://blogs.msdn.com/sandcastle

Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker