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",