DefaultOptions.ResponsiveCompletionOptionId Field

Definition

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.

Applies to