Dependency CleanerDependency cleaner is an extension built for Visual Studio Code to make removing dependencies from your projects easier. The idea came to me when I was in work and noticed our node_modules folder was becoming convoluted and in turn, hard to manage. It's easy enough to remove references from our projects but we tend to forget to perform an npm uninstall. This extension aims to overcome this problem and make the process a little easier. How to useFor mac users, highlight the dependency you wish to remove and press Known IssuesNo issues reported as of yet please feel free to report anything you find! Release Notes1.0.4
1.0.3
1.0.0Initial Release
|