DefaultOptions.WordBasedSuggestionsOptionId Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)