Removing unused files with webstorm

If I have files in a large project that not used/imported/called in other files, can I get list unused files in a JS project with webstrom or remove them

 

0
1 comment

I can only suggest running Code | Inspect Code... and explore all Unused global/local symbol violations in the inspections results

2

Please sign in to leave a comment.