IDE setup for javascript
When you start coding. It’s important to set up your environment for coding correctly. This is often referred to as a Development Environment.
For Javascript the editor can be anything you want. However most people use VSCode. Microsofts free lightweight code editor.
A few things to remember.
- Always open a Folder in VSCode and other IDEs. This will ensure things work right. Most of the functionality in any code project expects to find a project folder and everything in it.
- Get the relivant extensions.
- Live server
- Javascript
- any other quality of life extensions you want.