Update readme with typescript GoToReferences subcommand

This commit is contained in:
Ilia Choly 2016-02-06 14:41:03 -05:00
parent a2f0ec1624
commit 66155c3de2

View File

@ -675,7 +675,7 @@ Quick Feature Summary
### TypeScript ### TypeScript
* Semantic auto-completion * Semantic auto-completion
* Go to definition (`GoToDefinition`) * Go to definition, find references (`GoToDefinition`, `GoToReferences`)
* Semantic type information for identifiers (`GetType`) * Semantic type information for identifiers (`GetType`)
* View documentation comments for identifiers (`GetDoc`) * 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 identifier under the cursor and populates the quickfix list with those
locations. locations.
Supported in filetypes: `javascript, python` Supported in filetypes: `javascript, python, typescript`
### The `ClearCompilationFlagCache` subcommand ### The `ClearCompilationFlagCache` subcommand