CSS Property Organizer
Organize and sort your CSS and SCSS properties effortlessly with this Visual Studio Code extension.
Features
- Quickly sort properties in your CSS and SCSS files.
- Enhance code readability and maintainability.
- Compatible with both CSS and SCSS languages.
Installation
Production
- Launch Visual Studio Code.
- Go to Extensions (Ctrl+Shift+X).
- Search for CSS Property Sort.
- Install and reload the editor.
Development
- Press F5
Usage
- Open a CSS or SCSS file.
- Select the properties you want to organize (no selectors, only properties).
- In the Command Palette select Sort CSS/SCSS property list or press Ctrl+Alt+s (Windows/Linux) or Cmd+Alt+s (Mac).
Roadmap
- [ ] Adjust predefined property order
- [ ] Add the ability to sort selectors and nested selectors.
- [ ] Implement sorting for an entire file.
Contributing
- Fork the repository.
- Clone your fork:
git clone https://github.com/julesdeckers/scss-property-sort.git
.
- Create a new branch:
git checkout -b feature/your-feature
.
- Make your changes and commit them:
git commit -m 'Add some feature'
.
- Push to the branch:
git push origin feature/your-feature
.
- Submit a pull request.
License
Mozilla Public License 2.0
Credits
This extension is maintained by julesdeckers.
Enjoy! 🎉
If you have any questions or suggestions, feel free to open an issue. We'd love to hear from you!