Skip to content

Commit d201a82

Browse files
committed
docs: Add Vue support notice to README
1 parent d01ace7 commit d201a82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ We make completions more informative. Definitions, references (and sometimes eve
2020
- [Special Commands List](#special-commands-list)
2121
- [Contributed Code Actions](#contributed-code-actions)
2222
- [Rename Features](#rename-features)
23+
- [Vue Support](#vue-support)
2324
- [Even Even More](#even-even-more)
2425

2526
> *Note*: You can disable all optional features with `> Disable All Optional Features` command just after installing.
@@ -446,6 +447,10 @@ You can add this to `keybindings.json` to disable previewing before renaming:
446447

447448
> Note: VS Code has builtin setting to disable introducing aliases (e.g. for imports & object properties): `typescript.preferences.useAliasesForRenames`
448449
450+
## Vue Support
451+
452+
Vue is only supported if the [official Vue extension](https://marketplace.visualstudio.com/items?itemName=Vue.volar) is above version 3.0.2.
453+
449454
## Special Commands List
450455

451456
### Go to / Select Nodes by Kind

0 commit comments

Comments
 (0)