Skip to content

Releases: Nightro/VSBlockJumper

VSBlockJumper 1.1.6 (VS2019 and older)

01 Jul 00:42
Compare
Choose a tag to compare

NOTE This is for VS2019 and older only! Here is the VS 2022 release.

Added support for handling collapsed regions. A new setting in the options page for the extension called "Collapsed Region Handling".

  • Skip Skips collapsed regions entirely
  • ExpandIfContainsBlockEdge Expands collapsed regions if there is a block edge contained within
  • ExpandAlways Expands collapsed regions if the cursor passes over them during the jump at all

VSBlockJumper 1.1.6

30 Jun 22:50
Compare
Choose a tag to compare

Added support for handling collapsed regions. A new setting in the options page for the extension called "Collapsed Region Handling".

  • Skip Skips collapsed regions entirely
  • ExpandIfContainsBlockEdge Expands collapsed regions if there is a block edge contained within
  • ExpandAlways Expands collapsed regions if the cursor passes over them during the jump at all

VSBlockJumper 1.1.5

03 Apr 22:04
Compare
Choose a tag to compare

Add support for VS 2022 (not backwards compatible - use old VSIX for previous versions).

VSBlockJumper 1.1.4

29 May 04:48
Compare
Choose a tag to compare

Fix exception created in the previous release from async changes

VSBlockJumper 1.1.3

29 May 04:17
Compare
Choose a tag to compare

Added better support for Visual Studio 2019 (async packages)

VSBlockJumper 1.1.2

29 Mar 18:06
Compare
Choose a tag to compare

Added support for Visual Studio 2019

VSBlockJumper 1.1.1

22 Aug 01:08
Compare
Choose a tag to compare

Bug Fixes

  • Fix for error when opening "Surround With" context menu (see #1)

VSBlockJumper 1.1.0

05 Apr 15:45
Compare
Choose a tag to compare

Features

Exposed settings to allow users to adjust how the jump works under Tools>Options>VSBlockJumper

Setting Description Default
JumpOutsideEdge If enabled, the cursor will jump outside of the block edge (blank line), otherwise it jumps inside the block edge (text line) true
SkipClosestEdge If enabled, the cursor will only jump to the far edge of a block, otherwise it visits every edge of a block false

Misc

  • Updated manifest description to be more complete
  • Updated manifest release notes to link directly here
  • Updated license to use my real name instead of my handle
  • Added new icon and preview

VSBlockJumper 1.0.3

30 Mar 13:49
Compare
Choose a tag to compare

Change default keybindings to be global instead of just for the text editor (makes them easier to replace in VS)

VSBlockJumper 1.0.2

30 Mar 13:42
Compare
Choose a tag to compare

Removed icon and preview image