Reputation: 170480
How do I delete a file from disk (unlink) in IntelliJ IDEA?
I am referring to the file that is currently open in the editor tab.
Upvotes: 7
Views: 4506
Reputation: 401995
Navigate
| Select In...
(Alt+F1) | Project View, Del or Delete from the context menu.
Or use Refactor
| Safe Delete (Alt+Del).
Upvotes: 11