Auto merge of #1964 - icholy:master, r=micbou

Update readme with typescript GoToReferences subcommand

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/1964)
<!-- Reviewable:end -->
This commit is contained in:
Homu 2016-02-08 03:59:00 +09:00
commit b8ec993c0a
2 changed files with 4 additions and 4 deletions

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

View File

@ -903,7 +903,7 @@ Go ~
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|)
@ -1472,7 +1472,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