DefaultOptions.ResponsiveCompletionThresholdOptionId Field

Definition

Option that defines how long Editor should block waiting for computation of completion items, in miliseconds. 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<int> ResponsiveCompletionThresholdOptionId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<int> ResponsiveCompletionThresholdOptionId;
 staticval mutable ResponsiveCompletionThresholdOptionId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<int>
Public Shared ReadOnly ResponsiveCompletionThresholdOptionId As EditorOptionKey(Of Integer) 

Field Value

Remarks

This option is used only when ResponsiveCompletionOptionId is set to true.

Applies to