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:
authorSandy Armstrong <sandy@xamarin.com>2019-10-16 20:55:54 +0300
committerSandy Armstrong <sandy@xamarin.com>2019-10-16 20:55:54 +0300
commit6964c79a75d0eb78b25eb62510926f8ba4847b6c (patch)
tree37a731f19cee903f83d5439f3f905c84f21fca02
parente18c94faf05810839740314da6388365596ac0b9 (diff)
Sync with vs-editor-core@accea3127
-rw-r--r--src/Editor/Text/Def/TextUI/Commanding/CommandSelector.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Editor/Text/Def/TextUI/Commanding/CommandSelector.cs b/src/Editor/Text/Def/TextUI/Commanding/CommandSelector.cs
index 17e771c..809c38d 100644
--- a/src/Editor/Text/Def/TextUI/Commanding/CommandSelector.cs
+++ b/src/Editor/Text/Def/TextUI/Commanding/CommandSelector.cs
@@ -266,6 +266,8 @@ namespace Microsoft.VisualStudio.Text.Editor.Commanding
public const string InvokeSignatureHelp = "invokeSignatureHelp:";
+ public const string InvokeQuickInfo = "invokeQuickInfo:";
+
public const string InvokeQuickFix = "invokeQuickFix:";
public const string TransposeWord = "transposeWord:";