Share via


DefaultOptions.WordBasedSuggestionsOptionId Field

Definition

Option that defines whether Editor extensions like TextMate should default to providing suggestions based on words already present in the document, when semantic IntelliSense completion would be otherwise unavailable.

public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> WordBasedSuggestionsOptionId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool> WordBasedSuggestionsOptionId;
 staticval mutable WordBasedSuggestionsOptionId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>
Public Shared ReadOnly WordBasedSuggestionsOptionId As EditorOptionKey(Of Boolean) 

Field Value

Applies to