|
3 | 3 | Feature-complete TypeScript plugin that improves every single builtin feature such as completions, definitions, references and so on, and also adds even new TypeScript killer features, so you can work with large codebases faster!
|
4 | 4 | We make completions more informative. Definitions, references (and sometimes even completions) less noisy. And finally our main goal is to provide most customizable TypeScript experience for IDE features.
|
5 | 5 |
|
6 |
| -TOC: |
| 6 | +## TOC |
7 | 7 |
|
8 | 8 | - [Top Features](#top-features)
|
9 | 9 | - [Minor Useful Features](#minor-useful-features)
|
10 | 10 | - [Method Snippets](#method-snippets)
|
11 |
| -- [Volar (Vue) support](#vue-support) |
| 11 | +- [Volar (Vue) Support](#vue-support) |
12 | 12 | - [Auto Imports](#auto-imports)
|
13 | 13 | - [Type Driven Completions](#type-driven-completions)
|
14 |
| -- [Rename Features](#rename-features) |
15 | 14 | - [Special Commands List](#special-commands-list)
|
16 | 15 | - [Contributed Code Actions](#contributed-code-actions)
|
| 16 | +- [Rename Features](#rename-features) |
17 | 17 | - [Even Even More](#even-even-more)
|
18 | 18 |
|
19 | 19 | > *Note*: You can disable all optional features with `> Disable All Optional Features` command right after install.
|
@@ -133,6 +133,8 @@ This also makes plugin work in Volar's takeover mode!
|
133 | 133 |
|
134 | 134 | There is web-only feature: fix clicking on relative `import` paths.
|
135 | 135 |
|
| 136 | +Alternative you can try to use [vscode-typescript-web extension](https://github.com/volarjs/vscode-typescript-web/) for better web intellisense. |
| 137 | + |
136 | 138 | ### `in` Keyword Suggestions
|
137 | 139 |
|
138 | 140 | [Demo](https://github.com/zardoy/typescript-vscode-plugins/pull/19)
|
@@ -448,9 +450,7 @@ You can add this to `keybindings.json` to disable previewing before renaming:
|
448 | 450 | }
|
449 | 451 | ```
|
450 | 452 |
|
451 |
| -Another options that is accepted is |
452 |
| - |
453 |
| -> Note: VS Code has builtin setting to disable introducing aliases (e.g. for imports & object properties) |
| 453 | +> Note: VS Code has builtin setting to disable introducing aliases (e.g. for imports & object properties): `typescript.preferences.useAliasesForRenames` |
454 | 454 |
|
455 | 455 | ## Special Commands List
|
456 | 456 |
|
|
0 commit comments