DefaultOptions.ResponsiveCompletionThresholdOptionId 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 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
.