shlogg · Early preview
Michael Andreuzza @mike_andreuzza

Delete File Content With One Click In VS Code

I created a VS Code extension that allows you to delete file content with a single right-click, saving time on tedious manual removals. Still working on bulk deletion feature.

I was working on my new product where I needed to use the same name for about 100s of files across different folders. 
Removing the content manually after copying the folders was tedious. 
So, I created a VS Code extension. It allows you to right-click and delete file content from both the open file and the file tree. 
I am still working on allowing to delete the content in bulk, by selecting various files on the file tree, but it does not want to work...
You can grab it here — https://michaelandreuzza.com/vscode/delete-on-right-click/


  
  
  Delete Content for VS Code

This extension allow...