From the course: React Essential Training

Unlock this course with a free trial

Join today to access over 24,500 courses taught by industry experts.

Working with VS Code

Working with VS Code

- [Instructor] To work on the files in this course, you will need a code editor of some sort. You can use whatever code editor feels right to you, but I will be using VS Code. So something that might be useful. You can go up to code, settings, and then extensions. Then you can search for Prettier and I already have this installed, but you can click on the install button and then this will be installed. Basically Prettier is a code formatter that you can use to ensure that your style is consistent across all of your projects. From here what we can do is go to code, settings, settings, and you can search for format on save. Just make sure that format on save is selected. So anytime you click save, it will format for you. So the final thing I want to do, the question that I get asked the most in courses is, what is the code theme that you're using? The theme I use is something called Night Owl. If you install Night Owl and you say set color theme, this will be your theme across your…

Contents