All Versions
14
Latest Version
Avg Release Cycle
147 days
Latest Release
-

Changelog History
Page 1

  • v12.1 Changes

    🚀 These changes have not been released to the Visual Studio marketplace, but (if checked) are available in preview within the CI build.

    • [ ] Features

    • 🛠 [ ] Fixes

      • [x] #854 - Translate new resource to Chinese, simplify build outputs and fix for prompt to clean external files when another dialog is already open - thanks heku!
      • [x] #877 - Recognize WebForms in VS2022 (API change)
      • [x] #882 - Fixed multiple bugs on file headers update - thanks lflender!
      • [x] #885 - Recognize Razor in VS2022 (API change)
      • [x] #905 - Fix issue causing keyword modifiers to be swapped - thanks BlythMeister!
      • [x] #929 - Add some UI padding
  • v12.0 Changes

    2021-11-07

    • [x] Features

      • [x] #778 - Cleaning: Option to specify file inclusions by RegEx - thanks Timo-Weike!
      • [x] #797 - Cleaning: Option to replace existing file headers (vs. default insert) - thanks lflender!
      • [x] #815 - Cleaning: Option to place file headers after C# using block - thanks lflender!
      • [x] #828 - Reorganizing: Option to include access levels in regions for methods only - thanks lflender!
      • [x] #853 - Visual Studio 2022 Support - thanks olegtk and many others!
    • 🛠 [x] Fixes

      • [x] #800 - Reorganizing: Fix dialog showing literal newline characters
  • v11.3 Changes

    🚀 These changes have not been released to the Visual Studio marketplace, but (if checked) are available in preview within the CI build.

    • [ ] Features

      • [x] #778 - Cleaning: Option to specify file inclusions by RegEx - thanks Timo-Weike!
    • 🛠 [ ] Fixes

      • [x] #800 - Reorganizing: Fix dialog showing literal newline characters
  • v11.2 Changes

    🚀 These changes have not been released to the Visual Studio marketplace, but (if checked) are available in preview within the CI build.

    • [ ] Features

      • [x] #692 - Remove and sort namespaces now supports XAML - thanks Apflkuacha!
    • 🛠 [ ] Fixes

  • v11.1 Changes

    November 03, 2019

    2019-11-03

    • [x] Features

      • [x] #620 - Formatting: Allow for individual tag formatting rules - thanks willemduncan!
      • [x] #665 - Use image monikors so icons show up again when tool windows are small - thanks Diermeier!
    • 🛠 [x] Fixes

  • v11.0 Changes

    March 23, 2019

    2019-03-23

    • [x] Features

      • [x] #625 - Use new AsyncPackage base class
    • 🛠 [x] Fixes

      • [x] #613 - Formatting: Avoid trailing comment line on self closing XML tag - thanks bonimy!
      • [x] #632 - Options: Fix XML encoding issue from resource translations
  • v10.6 Changes

    December 09, 2018

    2018-12-09

    • [x] Features
      • [x] #582 - Digging: New option to show item types (e.g. method return or property type) - thanks GammaWolf!
      • [x] #593 - Switching: Add .cshtml -> .cshtml.cs to defaults - thanks derekmckinnon!
      • [x] #594 - Cleaning: New option to add blank lines before/after single-line fields - thanks jasonjtyler!
      • [x] #604 - Turn on VS2019 support - thanks digovc!
  • v10.5 Changes

    June 09, 2018

    2018-06-09

    • [x] Features

      • [x] #477 - Digging: New radial progress bar - thanks Jammer77!
      • [x] #506 - Enable localization for Chinese - thanks maikebing!
      • [x] #519 - Simplify the code by removing unnecessary guids - thanks heku!
      • [x] #525 - Make all features switchable - thanks heku!
      • [x] #545 - Ignore comment lines starting with certain prefixes - thanks willemduncan!
    • 🛠 [x] Fixes

      • [x] #479 - Update XAML Styler integration mappings - thanks grochocki!
      • [x] #496 - Fix the .NET Framework minimum required version (which is v4.6)
      • [x] #541 - Project file (.csproj) cleanup - thanks heku!
      • [x] #546 - Fix a setting that would leave a trailing white space when formatting comments - thanks willemduncan!
      • [x] #556 - Partial fix reducing how long we will block waiting for a code model to be built.
  • v10.4 Changes

    May 20, 2017

    2017-03-26

    • [x] Features

      • [x] #444 - Cleaning: VB now supports many of the same cleanups as C# - thanks thehutman!
      • [x] #449 - Undo a previous pull request for hiding Spade during full screen mode (inconsistent with other extensions) - thanks iouri-s!
    • 🛠 [x] Fixes

      • [x] #333 - Reorganizing: VB now moves attributes - thanks thehutman!
      • [x] #440 - Cleaning: Exclude *.min.css and *.min.js files by default
  • v10.3 Changes

    March 26, 2017

    2017-03-26

    • [x] Features

      • [x] #359 - Reorganizing: Add option to sort private->public vs. public->private - thanks ahalassy!
      • [x] #394 - Finding: Add ability to clear solution explorer search before finding - thanks joeburdick!
      • [x] #420 - Upgraded projects to .NET 4.6.1 and misc. fixes for VS2017 build support
    • 🛠 [x] Fixes

      • [x] #419 - Cleaning: Switched using statement cleanup command to workaround VS2017+ReSharper issue that prevented using statement cleanup from activating - thanks jlbeard84!