How to auto format code on vscode
Al-Amin Islam

Al-Amin Islam @developeralamin

About: Software Developer

Location:
Dhaka,Bangladesh
Joined:
Apr 23, 2021

How to auto format code on vscode

Publish Date: Aug 14 '23
0 0

vs code #code-format

I work with vue project that add a eslint file to define some rules. And I also use vscode extension to format the code when pressing alt + shift + f. Then show the dropdown and add this. Then code is working auto formatting.

"[vue]": {
    "editor.defaultFormatter": "Vue.volar"
  }
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment