Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 2 KB

vscode-setup-instructions.md

File metadata and controls

60 lines (32 loc) · 2 KB

Change Visual Studio Code Settings

There are many settings that can be tweaked and changed to fulfil different purposes and preferences, from font size to themes you can explore, but there are two settings that you will find beneficial:

  • Wrap text - to ensure all characters in all files don't go off the screen to the right, making it easier to read Wrap text

  • Bracket colorization - to colour paired brackets to make it easier to visualise scope Bracket colorization

Install Visual Studio Code Extensions

Visual Studio Code can be extended with new functionality by installing Extensions.

We will install a few Extensions that will be very useful to us in the coming weeks.

  • Launch VSCode (you should see something like the following welcome screen, minus a few sidebar icons).

    VSCode Welcome

  • Click the Packages icon in the sidebar, to access the Extension setup page for VSCode. This is the icon in the red box above.

  • In the searchbar, you can find a desired extension.

    Each extension comes with a description page which usually includes instructions on how to configure or use that extension. You can click the install button against each extension that you wish to add to your VSCode. Below is an example of the Live Server extension page.

    VSCode Live Server

Add Extensions

Please add the following extensions to your VSCode:

  1. Prettier

    Prettier

  2. ESLint

    ESLint

  3. HTMLHint

    HTMLHint

  4. Live Server

    Live Server

  5. Markdown Extensions

    Markdown All in One, Markdown PDF and markdownlint

    Markdown Extensions

  6. REST Client

    REST Client

  7. TODO Highlight

    TODO Highlight