DefaultOptions.ResponsiveCompletionOptionId 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 or not Editor should limit the time it blocks waiting for computation of completion items. When this time duration elapses, Editor will either use the last computed set of completion items, or dismiss completion if no completion items were computed so far.
public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> ResponsiveCompletionOptionId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool> ResponsiveCompletionOptionId;
staticval mutable ResponsiveCompletionOptionId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>
Public Shared ReadOnly ResponsiveCompletionOptionId As EditorOptionKey(Of Boolean)
Field Value
Remarks
This option is used only when NonBlockingCompletionOptionId is reset to false
.