LanguagePreferences::EnableCodeSense Property
Visual Studio 2015
Gets or sets whether or not IntelliSense is supported.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
public: [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)] property bool EnableCodeSense { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if at least one IntelliSense operation is supported, otherwise false = no IntelliSense operation is supported.
This property is associated with the registry entry CodeSense.
In the base method, even though this property can be set, the value is not written back to the registry.
Note |
|---|
If you set any of the other properties that indicate support for IntelliSense to true, then you must also set the EnableCodeSense property to true.. |
Show:
