Releases: Nightro/VSBlockJumper
VSBlockJumper 1.1.6 (VS2019 and older)
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 entirelyExpandIfContainsBlockEdge
Expands collapsed regions if there is a block edge contained withinExpandAlways
Expands collapsed regions if the cursor passes over them during the jump at all
VSBlockJumper 1.1.6
Added support for handling collapsed regions. A new setting in the options page for the extension called "Collapsed Region Handling".
Skip
Skips collapsed regions entirelyExpandIfContainsBlockEdge
Expands collapsed regions if there is a block edge contained withinExpandAlways
Expands collapsed regions if the cursor passes over them during the jump at all
VSBlockJumper 1.1.5
Add support for VS 2022 (not backwards compatible - use old VSIX for previous versions).
VSBlockJumper 1.1.4
Fix exception created in the previous release from async changes
VSBlockJumper 1.1.3
Added better support for Visual Studio 2019 (async packages)
VSBlockJumper 1.1.2
Added support for Visual Studio 2019
VSBlockJumper 1.1.1
Bug Fixes
- Fix for error when opening "Surround With" context menu (see #1)
VSBlockJumper 1.1.0
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
Change default keybindings to be global instead of just for the text editor (makes them easier to replace in VS)
VSBlockJumper 1.0.2
Removed icon and preview image