Using VS Code

Why VS Code?

We are spoiled right now for choices of good editors for development. One has quickly come to the top as a favorite however: 2019 State of JS

Learn your tools

Good tools can help you work more efficiently...but only if you spend the time to learn what they can do for you!

I once had to move a group of users off of the old main frame menu driven system they had used for years to a new shiny web based system...they hated it! Why? Keyboard driven interfaces are faster than mouse driven ones once you learn them. Everytime you have to take your hands off the keyboard and mouse it slows you way down...learn the keyboard shortcuts for the common tasks you do.

Shortlist of useful keyboard shortcuts

Projects

Make sure you are always working in a project instead of just random open files. How do you tell?

Extensions

A good tool these days should be extensible. See the Week 1 activity for more information on how to install extensions. Here are a few extensions I like and recommend:

Next: Debugging JS