What is an IDE?

Coding websites can be done in a plain text editor like Notepad or Text Edit. An IDE, or integrated development environment, is a text editor that has additional features (syntax highlighitng, code autocomplete, etc.) and optional extensions that can be added to help you while you code.

IDE: VS Code