Skip to content

Releases: kmunson/CommentReflowerVSIX

Fix not being able to reflow certain blocks

24 Apr 18:37
Compare
Choose a tag to compare

Blocks with identical start and end markers and no line start pattern could not be reflowed if there was a trailing blank line after block end. Encountered this while trying to add support for Python docstrings.

Add support for Visual Studio 2022

24 Nov 17:31
Compare
Choose a tag to compare

Drop support for Visual Studio 2015 and 2013.

Use async initialization in Visual Studio 2015 and above

28 Feb 05:56
Compare
Choose a tag to compare

Async initialization is a requirement for VS2019. Dropped support for VS2012.

Add support for Visual Studio 2019

23 Feb 15:20
Compare
Choose a tag to compare

Verified that it works in Visual Studio 2013, 2015, 2017 and 2019. Have not checked 2012.

Add support for Visual Studio 2017

03 Jul 01:58
Compare
Choose a tag to compare

Support for VS 2013 and/or 2012 might be broken now. I haven't been able to check.

Version 1.1.1

28 Sep 13:26
Compare
Choose a tag to compare

Fixed installation errors for Visual Studio 2012 and Visual Studio 2013 when Visual Studio 2015 is not installed.

Version 1.1.0

21 Sep 16:54
Compare
Choose a tag to compare

Added settings import/export feature from @xMRi.

Version 1.0.1

10 Sep 11:20
Compare
Choose a tag to compare

Updated manifest to support later versions of the .NET Framework.

Version 1.0.0

10 Sep 11:32
Compare
Choose a tag to compare

Initial support for VSIX.