Skip to content

Commit faf7c97

Browse files
committed
markdown minor changes
1 parent 3fe103c commit faf7c97

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.MD

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
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!
44
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.
55

6-
TOC:
6+
## TOC
77

88
- [Top Features](#top-features)
99
- [Minor Useful Features](#minor-useful-features)
1010
- [Method Snippets](#method-snippets)
11-
- [Volar (Vue) support](#vue-support)
11+
- [Volar (Vue) Support](#vue-support)
1212
- [Auto Imports](#auto-imports)
1313
- [Type Driven Completions](#type-driven-completions)
14-
- [Rename Features](#rename-features)
1514
- [Special Commands List](#special-commands-list)
1615
- [Contributed Code Actions](#contributed-code-actions)
16+
- [Rename Features](#rename-features)
1717
- [Even Even More](#even-even-more)
1818

1919
> *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!
133133
134134
There is web-only feature: fix clicking on relative `import` paths.
135135

136+
Alternative you can try to use [vscode-typescript-web extension](https://github.com/volarjs/vscode-typescript-web/) for better web intellisense.
137+
136138
### `in` Keyword Suggestions
137139

138140
[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:
448450
}
449451
```
450452

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`
454454
455455
## Special Commands List
456456

0 commit comments

Comments
 (0)