Skip to content

Releases: Nightro/VSBlockJumper

VSBlockJumper 1.0.1

30 Mar 12:56
Compare
Choose a tag to compare

Minor update to correct some issues with the .vsixmanifest

Bug Fixes

  • Updated the manifest to include links to release notes, more info, and getting started
  • Added license to manifest
  • Fixed images so visual studio gallery will accept the .vsix for install within VS (instead of taking you to the external marketplace)

VSBlockJumper 1.0.0

29 Mar 23:06
Compare
Choose a tag to compare

The very first release of VSBlockJumper, an extension for Visual Studio 2015 and 2017 which enables vertical navigation over blocks of code (⌐■_■)

Features

Adds the following commands to the command well:

  • Edit.JumpUp Jump to the closest block edge above the cursor (Ctrl+Num -)
  • Edit.JumpDown Jump to the closest block edge below the cursor (Ctrl+Num +)
  • Edit.JumpSelectUp Jump Up and add to the active selection (Ctrl+Shift+Num -)
  • Edit.JumpSelectDown Jump Down and add to the active selection (Ctrl+Shift+Num +)