Practice and Techniques

Learning and Shared Practice

Contents

  1. Contents
  2. Installing VS Code
  3. VS Code Basics
    1. Adding Extensions
  4. Extension Settings
    1. Running extensions
  5. First Markdown Page

Installing VS Code

Download and install VS Code from

VS Code Basics

Adding Extensions

To add an extension:

  • Open VS Code:

You will see this screen: VS Code window

  1. To add extensions we will:
      • Open Extensions in Activity bar
      • Search for extensions
      • Install relevant Extensions
      • Set any Preferences (Settings) for an extension
  • Click on Extensions in the left hand menu. It is the 3 box’s, with a 4th one flying off the top right corner

Search for markdown: VS Code : Search Extensions

Install these Extensions: VS Code : Extensions

Extension Settings

  • Click on the Gear symbol next to an extension to open the settings

Select Extention Settings: VS Code : Extensions Settings

Running extensions

Most extensions just run in the background. They extend the base functionality of VS Code

Some extensions add features that can be run using the command palette

This can be opened by:

  1. Right Clicking on the page and selecting command palette
  2. Typing Markdown and then clicking on the required featuire.
    1. This is usually Markdown PDF: Export PDF

Command Palette bar: VS Code :  Command Palette

Once you have used a feature several times, it starts to appear in the Right Click menu.

Right Click menu: VS Code : Right Click Menu

First Markdown Page

Read about creating your first markdown page