Partager via


LanguagePreferences.EnableCodeSense Property

Gets or sets whether or not IntelliSense is supported.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

Public Property EnableCodeSense As Boolean

Dim instance As LanguagePreferences
Dim value As Boolean

value = instance.EnableCodeSense

instance.EnableCodeSense = value
public bool EnableCodeSense { get; set; }
public:
property bool EnableCodeSense {
    bool get ();
    void set (bool value);
}
public function get EnableCodeSense () : boolean
public function set EnableCodeSense (value : boolean)

Property Value

Type: System.Boolean

true if at least one IntelliSense operation is supported, otherwise false = no IntelliSense operation is supported.

Remarks

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.

Notes

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

Permissions

See Also

Reference

LanguagePreferences Class

LanguagePreferences Members

Microsoft.VisualStudio.Package Namespace