From a9e3875908905413395badad0df1da1f85f004fe Mon Sep 17 00:00:00 2001
From: Vitaly Turovsky <vital2580@icloud.com>
Date: Mon, 19 Dec 2022 23:59:32 +0300
Subject: [PATCH] commands draft

---
 package.json | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/package.json b/package.json
index 23f8253e..6342cd40 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,16 @@
                 "title": "Inspect Accepted Completion",
                 "category": "TS Essentials (Developer)"
             },
+            {
+                "command": "startCompletionDefinitionInspection",
+                "title": "Start Completion Definition Inspection",
+                "category": "TS Essentials (Developer)"
+            },
+            {
+                "command": "goToCompletionDefinition",
+                "title": "Go to Completion Definition",
+                "category": "TS Essentials"
+            },
             {
                 "command": "goToEndOfValue",
                 "title": "Go to End of Special Value",