Skip to content

Latest commit

 

History

History
99 lines (54 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

99 lines (54 loc) · 1.84 KB

Road map

Features that have a checkmark are complete and available for download in the CI build.

Change log

These are the changes to each version that has been released on the official Visual Studio extension gallery.

2.7

  • Fix bug that can cause VS to crash.

2.6

  • Add option to not create undo/redo entries when collaping or expanding regions.
  • Add option to see detailed logging information.
  • Fix bug when toggling regions.

2.5

  • Add the ability to collapse attributes that occupy multiple lines.

2.4

  • Handle the collapsing of lines that start with a double slash, even if not followed by a space.

2.3

  • Fixed display of the context menu.

2.2

  • Add option to collapse to definitions and collapse comments.

2.1

  • Improve performance when acting when a file is opened.

2.0

  • Change to target VS2022.

1.12

  • Add Sponsor request prompt.

1.11

  • Add "Toggle Comments only" option.

1.10

  • Add the ability to collapse any multi-line C# string.

1.8/9

  • Fix resource related issues

1.7

  • Fix bug affecting code that uses tabs (rather than spaces)

1.6

  • Move command into the Outlining submenu

1.5

  • Fix bug where some comments weren't being collapsed

1.4

  • Add 'Expand only comments' command

1.3

  • infrastructure fixes.

1.2

  • Enable automatic collapse on file open
  • Make also collapsing usings/Imports configurable
  • Add command to context menu on editor

1.1

  • Add XML comment support
  • Support install on VS2019
  • Fix bug for .vb files where Imports sections weren't collapsed

1.0

  • Initial release