Quellcode durchsuchen

Update readme with typescript GoToReferences subcommand

Ilia Choly vor 9 Jahren
Ursprung
Commit
66155c3de2
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      README.md

+ 2 - 2
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