From 5a938ec82f5d8b67b980e115bd849731ba3fef14 Mon Sep 17 00:00:00 2001 From: micbou Date: Sun, 3 Apr 2016 20:49:31 +0200 Subject: [PATCH] Add TypeScript RefactorRename to documentation --- README.md | 3 ++- doc/youcompleteme.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a9a1dcf..a9970e45 100644 --- a/README.md +++ b/README.md @@ -703,6 +703,7 @@ Quick Feature Summary ### TypeScript * Semantic auto-completion +* Renaming symbols (`RefactorRename `) * 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 diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 4968d056..c4b7ce69 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -930,6 +930,7 @@ Go ~ TypeScript ~ - Semantic auto-completion +- Renaming symbols ('RefactorRename ') - 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*