on save format vs code
//In the setting.json.. check this
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
on save format vs code
//In the setting.json.. check this
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
How do you format code on save in VS Code
"editor.formatOnSave": true
write code faster in vscode
1-type ".container" without quotation then press tab. The result is
<div class="container"></div>
2-type "h1#container" without quotation then press tab. The result is
<h1 id="container"></h1>
3-type "div>h1" without quotation then press tab. The result is
<div>
<h1>
</h1>
</div>
4-type "a[href="#"]" without quotation then press tab. The result is
<a href="#"></a>
5-type "p{Hello World!}" without quotation then press tab. The result is
<p>Hello World!</p>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us