Safe delete
Last modified: 21 April 2022RubyMine lets you use the Safe Delete refactoring to remove files and symbols from the source code safely. Before RubyMine deletes a file or a symbol, it searches for usages and if they are found, RubyMine lets you check them to make necessary adjustments.
Safe delete
Select an item you want to delete.
Select Refactor | Safe Delete from the main or context menu or press Alt+Delete.
In the dialog that opens, select necessary options and click OK.
If RubyMine encountered potential problems, it displays the Usages Detected dialog. Proceed with the appropriate action.