From 66155c3de269fd1ab7cfeb11eb2a275f910c3efe Mon Sep 17 00:00:00 2001 From: Ilia Choly Date: Sat, 6 Feb 2016 14:41:03 -0500 Subject: [PATCH] Update readme with typescript GoToReferences subcommand --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca151413..73a5429a 100644 --- a/README.md +++ b/README.md @@ -675,7 +675,7 @@ Quick Feature Summary ### TypeScript * Semantic auto-completion -* Go to definition (`GoToDefinition`) +* Go to definition, find references (`GoToDefinition`, `GoToReferences`) * Semantic type information for identifiers (`GetType`) * View documentation comments for identifiers (`GetDoc`) @@ -1197,7 +1197,7 @@ This command attempts to find all of the references within the project to the identifier under the cursor and populates the quickfix list with those locations. -Supported in filetypes: `javascript, python` +Supported in filetypes: `javascript, python, typescript` ### The `ClearCompilationFlagCache` subcommand