---
title: VS Code Shortcuts
description: If you use VS Code, here are some handy shortcuts that might help make your development life a little easier.
date: 2021-07-14
tags: VS Code
source: https://brianchildress.co/blog/vscode-shortcuts
---

# VS Code Shortcuts

Find a closing bracket for a code block, i.e. jump to the matching bracket:

**Mac:**
`Cmd` + `Shift` + `\`

**Windows:**
`Ctrl` + `Shift` + `\`
