A Visual Studio Code extension that removes comments and blank lines.
- Removes comments and blank lines
- Can be triggered using the command palette or a keyboard shortcut.
- Open Visual Studio Code.
- Go to the Extensions view (
Ctrl+Shift+X). - Install from .vsix, select the file in the root of this repo
- Open a CSS file in the editor.
- Use the command palette (
Ctrl+Shift+P) and search for "Remove Comments." - Select the command to remove comments and blank lines from the file.
This project is licensed under the MIT License - see the LICENSE file for details.