Code Cleaner is a Visual Studio Code (VSCode) extension designed to help you maintain a clean and organized codebase. Its primary goal is to automate the tedious task of formatting and structuring your code, allowing you to focus more on coding and less on the presentation.
Features
Code Formatting: Automatically formats your code according to the specified style guide, making it more readable and consistent.
Code Organization: Sorts and organizes your imports, functions, and variables in a logical order, improving code maintainability.
Code Comments: Helps you format and organize your comments, making them more visible and understandable.
Customizability: Allows you to customize the formatting and organization rules according to your preference or your team's style guide.
Getting Started
Install the extension from the VSCode Marketplace.
After installation, the extension will automatically format your code when you save the file.
Customize the rules in the settings (settings.json or through the VSCode settings UI).