Join us for a free community event – JetBrains JavaScript Day 2024

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

Navigation Bar - All the power!
Navigation Bar - All the power!
The Navigation Bar can do much more than you think!
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.