Web Guide/Text Editors: Difference between revisions

No edit summary
No edit summary
Line 2: Line 2:
=== Visual Studio Code ===
=== Visual Studio Code ===
Visual Studio Code is Microsoft's main code editor. It's pretty good, all told. It comes with lots of nice features for web development, including autocompletion for HTML and CSS, JavaScript and TypeScript language intelligence (it'll tell you when you make a mistake, etc) and a fairly easy to use UI.
Visual Studio Code is Microsoft's main code editor. It's pretty good, all told. It comes with lots of nice features for web development, including autocompletion for HTML and CSS, JavaScript and TypeScript language intelligence (it'll tell you when you make a mistake, etc) and a fairly easy to use UI.
You can download it for Windows, macOS and Linux from [https://code.visualstudio.com/ their website]. Based on my sample size of two, 100% of college and university computers come with Visual Studio Code included, so if you're using one of those you might be in luck!


==== Open yer Site ====
==== Open yer Site ====