- Updates README to reflect project status
- Renames extension to mark as deprecated.
- Fixes README typo 😅
- Adds support for
required
keyword (#17)
- Adds support for
global using
(#14)
- Adds support for C# 10 record struct (#13)
⚠️ Breaking change: Required runtime changed from .NET 5 to .NET 6 (LTS)
- New features by pmahend1
- Added same keybinding as Code Maid
- Ctrl+M Ctrl+Space 🪟 Windows and 📺 Linux
- Cmd+M Cmd+Space 🍎 Mac
- Added editor context menu for right click ➔ choose Clean up command
- Added same keybinding as Code Maid
- Available on open-vsx.org
- Improvements by loreggia
- Added the ability to run code cleanup on save
- Added a configuration switch for the automatic cleanup (disabled by default)
Fixes README typo 😅
- Bug fixes:
- Removes buggy member padding fix feature. It is replaced by a simpler approach due to lack of time:
- Removes trailing whitespace.
- Removes consecutive blank lines. between the members. Adds a blank line between members if there is none.
- Removes buggy member padding fix feature. It is replaced by a simpler approach due to lack of time:
- Bug fixes:
- Do not add leading blank line before namespace declaration if no using directives exists.
- README typo
- Improvements:
- VS code extension: Execute
Format Document
after cleaning C# file (#1) - VS code extension: Better error and information messages.
- VS code extension: Execute