Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor/Core/Def/Features/PredefinedEditorFeatureNames.cs')
-rw-r--r--src/Editor/Core/Def/Features/PredefinedEditorFeatureNames.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Editor/Core/Def/Features/PredefinedEditorFeatureNames.cs b/src/Editor/Core/Def/Features/PredefinedEditorFeatureNames.cs
index 08d7568..8ccceee 100644
--- a/src/Editor/Core/Def/Features/PredefinedEditorFeatureNames.cs
+++ b/src/Editor/Core/Def/Features/PredefinedEditorFeatureNames.cs
@@ -26,5 +26,11 @@
/// Descends from <see cref="InteractivePopup"/> and <see cref="Editor"/>
/// </summary>
public const string Completion = nameof(Completion);
+
+ /// <summary>
+ /// Definition of IntelliSense Completion.
+ /// Descends from <see cref="InteractivePopup"/> and <see cref="Editor"/>
+ /// </summary>
+ public const string AsyncCompletion = nameof(AsyncCompletion);
}
}