CODE SWEEP
Description
This is a simple VS-Code extension that allows users to quickly DELETE comments, empty lines, print statements, and console logs of a selected area or entire file.
How to Use
Highlight text in a file to preform only on the selected text or do nothing and have it preform on the whole file.
Open Command Pallet: (ctl + shift + p)
Type in Code Sweep and select the command you want to happen
Watch it preform the action!
Supported Languages
Javascript, Java, Python, C++, C, C#, Swift, Php, Rust, Go, Lua, Dart, Kotlin, Typescript, Scala, Css, Html, Xml, Xhtml, Xslt
Empty Lines
All languages
Print Statements
Java and Python
Console Logs
JavaScript and TypeScript