Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 425 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 425 Bytes

README

A Visual Studio Code extension allowing for a simple way to navigate between brackets and quotes within your source code.

Usage

  • Go to next bracket (Alt+K / Opt+k)

  • Go to previous bracket (Alt+J / Opt+j)

  • Select until next bracket (Shift+Alt+K)

  • Select until previous bracket (Shift+Alt+J)

Requirements

None

Release Notes

Initial release

0.0.1

Initial release of jump-brackets