LanguagePreferences::EnableCodeSense Property

 

Gets or sets whether or not IntelliSense is supported.

Namespace:   Microsoft.VisualStudio.Package
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::Boolean

true 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.

System_CAPS_noteNote

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..

Return to top
Show: