How to Install and Use Prettier in Vscode | Format on Save Visual Studio Code

preview_player
Показать описание
💻 *Get my Source Codes and support the channel* ❤️:
⬇️ *LEARN ON THE BEST LEARNING PLATFORMS (LINKS BELOW)* 😉💪 ⬇️

*SKILLSHARE*
_(Web Dev, UI/UX Design, Python, Music, Art, Animation and a lot more)_

*COURSERA WEB DEVELOPMENT*
_(Full Stack, Front-End, Back-End, Web Design and a lot more):_

*DATACAMP*
_(Python, ChatGPT, SQL, Power BI, and more)_

*COURSERA PYTHON*
_(For beginners, Data Science, Data Analysis, AI, Cybersecurity and a lot more):_

Learn how to install and config prettier in vscode to automate code formatting and save a lot of time.

If the video was helpful, let me know in the comments down below and also like the video so that other people can see it. Needles to say I really appreciate your support 💪❤️

📨 SUBSCRIBE so that you don't miss any new video:

🔗 RELATED CONTENT (videos, playlists, etc) 🔗

🤩 AFFILIATE LINKS 🤩

🧑🏻‍💻 ABOUT ME 🧑🏻‍💻

I'm Fabio, I started programming with Python a lot of years ago and I fell in love with this world.
I started this Youtube channel to help you during your own journey and I hope that my help can make you an amazing programmer who loves this world as I do.
Welcome on board!! 🚀

#webDevWithFabioMusanni #vscode #webdevelopment #webdev #visualstudiocode
Рекомендации по теме
Комментарии
Автор

⬇️ *LEARN ON THE BEST LEARNING PLATFORMS (LINKS BELOW)* 😉💪 ⬇️

*SKILLSHARE*
_(Web Dev, UI/UX Design, Python, Music, Art, Animation and a lot more)_

*COURSERA WEB DEVELOPMENT*
_(Full Stack, Front-End, Back-End, Web Design and a lot more):_

*DATACAMP*
_(Python, ChatGPT, SQL, Power BI, and more)_

*COURSERA PYTHON*
_(For beginners, Data Science, Data Analysis, AI, Cybersecurity and a lot more):_

Thank you for the support!❤

FabioMusanni
Автор

I checked my playback speed twice to make sure it was still on normal. 😂

briankgarland
Автор

Very good contribution, I have subscribed, I have a concern that perhaps you can help me in the configuration and it is when I define variables, constructors, etc., at the time of signing, how can I get past this?

let first = 5;
let second = 6;
let third = 7;

to this

let first = 5;
let second = 6;
let third = 7;
ler four testtwoone = 8

so that assignment(of equals = ) is always aligned, no matter how long the variable name is?

I look forward to your response many

andresd.rojasherrera
Автор

is there any way to format code that is written all on a single line

enzosimionato
Автор

Tutorial seems overly complex, why not just do the right thing. Also, the playback speed was too fast.

talktoAB