Auto merge of #2095 - micbou:typescript-refactor-rename-documentation, r=puremourning

[READY] Add TypeScript RefactorRename subcommand to documentation

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2095)
<!-- Reviewable:end -->
This commit is contained in:
Homu 2016-04-07 10:39:01 +09:00
commit 9f92f530d4
2 changed files with 4 additions and 2 deletions

View File

@ -703,6 +703,7 @@ Quick Feature Summary
### TypeScript
* Semantic auto-completion
* Renaming symbols (`RefactorRename <new name>`)
* Go to definition, find references (`GoToDefinition`, `GoToReferences`)
* Semantic type information for identifiers (`GetType`)
* View documentation comments for identifiers (`GetDoc`)
@ -1376,7 +1377,7 @@ files. Rename operations may involve changes to multiple files, which may or may
not be open in Vim buffers at the time. YouCompleteMe handles all of this for
you. The behavior is described in [the following section](#multi-file-refactor).
Supported in filetypes: `javascript` (variables only)
Supported in filetypes: `javascript` (variables only), `typescript`
#### Multi-file Refactor

View File

@ -930,6 +930,7 @@ Go ~
TypeScript ~
- Semantic auto-completion
- Renaming symbols ('RefactorRename <new name>')
- Go to definition, find references (|GoToDefinition|, |GoToReferences|)
- Semantic type information for identifiers (|GetType|)
- View documentation comments for identifiers (|GetDoc|)
@ -1657,7 +1658,7 @@ files. Rename operations may involve changes to multiple files, which may or
may not be open in Vim buffers at the time. YouCompleteMe handles all of this
for you. The behavior is described in the following section.
Supported in filetypes: 'javascript' (variables only)
Supported in filetypes: 'javascript' (variables only), 'typescript'
-------------------------------------------------------------------------------
*youcompleteme-multi-file-refactor*