</>
ITSRYNNO TOOLKIT // DEVELOPMENT

VS
Code

My main workspace for coding, websites, experiments and generally making things. This is where most of the ITSRYNNO website work actually happens.

Checking… Used regularly Windows
Why I use it

One place to build everything

Websites, JavaScript, Python projects, configuration files and Git work all end up here. It keeps the projects in one workspace without needing a separate program for every little job.

Quick shortcuts

Stuff worth knowing

Command Palette Ctrl + Shift + P
Quick Open Ctrl + P
Toggle terminal Ctrl + `
Toggle sidebar Ctrl + B
Recommended setup

Keep the boring stuff automatic

  • Use a dedicated workspace for each project so the Explorer, terminal and Git state stay together.
  • Turn on formatting where it makes sense instead of manually fixing indentation every time.
  • Keep the integrated terminal available for Git, Wrangler and project commands.
Useful extensions

Start with the essentials

  • Prettier for consistent formatting across web projects.
  • GitHub Pull Requests and Issues for GitHub workflow inside the editor.
  • A file-icons extension if you prefer a clearer project tree at a glance.
ITSRYNNO tip

Use the Command Palette more than you think

When you know something exists in VS Code but cannot remember where Microsoft hid the button, press Ctrl + Shift + P and search for it. It is often quicker than hunting through menus.

Release data

Current release information is pulled automatically from the Toolkit release feed. Checking…