Replies: 1 comment 7 replies
-
Volar uses the same formatter as |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
First at all, thank you for making this great extension.
We have a big codebase here and we are slowly switching from Vue2/No SFC/vue-class-component API to Vue3/SFC/composition API and I think this extension will enhanced the DX (Developer Experience) of our team.
Since it is recommended to activate the take over mode and since we still have many plain ts files, our formatter for plain ts files "vscode.typescript-language-features" is not available anymore.
Here's is our settings.json configuration.
So how format on save plain ts files? I know that we can use another formatter like prettier, but for now we prefer not to use it. We are happy with the vscode.typescript-language-features formatter. Searching on the web and as far as I know, vs code typescript default formatter can't be extracted or used without the builtin typescript extension that must be desactivated to use the take over mode.
Beta Was this translation helpful? Give feedback.
All reactions