Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Latest commit

 

History

History
85 lines (63 loc) · 1.87 KB

File metadata and controls

85 lines (63 loc) · 1.87 KB
tags Hack Week, IDE, 2022

IDE: VSCode

hackmd-github-sync-badge

Installing and Setup

VSCode Download Page

Get started using Visual Studio Code

Install Extensions

  • Remote - SSH
  • Remote - SSH: Editing Configuration Files
  • Remote - WSL
  • Remote Development
  • vscode-icons
  • Git Extension Pack (Installed in WSL)
  • Git Graph
  • Git History
  • GitHub Pull Requests and Issues
  • gitignore
  • Python
  • Pylance

Basic Overview

Basic Overview

Intro Videos

Tips and Tricks

Code Navigation

Python in Visual Studio Code

Python in VSCode

Covers

  • Installing Python and the Python extension
  • Running Python code
  • Autocomplete and IntelliSense
  • Linting
  • Debugging
  • Environments
    • Installing packages
  • Jupyter notebooks
  • Testing
  • Configuration
  • Other popular Python extensions

Working with GitHub in VS Code

Github in VSCode

Covers

  • Installing
  • Getting started with GitHub Pull Requests and Issues
  • Setting up a repository
    • Cloning a repository
    • Authenticating with an existing repository
  • Editor integration
    • Hovers
    • Suggestions
  • Pull requests
    • Creating Pull Requests
    • Reviewing
  • Issues
    • Creating Issues
    • Working on Issues
  • GitHub Repositories extension
    • Opening a repository
    • Switching branches
    • Remote Explorer
    • Creating Pull Request
    • Virtual File System