Deleting File Safely

Learn how to delete a file safely and check it's not in use before doing so.

When deleting a file, use the Safe Delete refactoring or tick the Safe delete option in the Delete dialog. This way, WebStorm will double-check that the selected file isn't imported anywhere in your project.


Related Resources

Create Arrow Functions in One Click
Create Arrow Functions in One Click
WebStorm can help you add arrow functions to your code.
Show CSS Color Preview
Show CSS Color Preview
How to display a CSS color in the background in WebStorm.
Clean Up Messy Imports With Optimize Imports
Clean Up Messy Imports With Optimize Imports
Quickly remove any unused imports and more.