sorin
sorin

Reputation: 170480

How do I delete a file from disk in IntelliJ IDEA?

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

Answers (1)

CrazyCoder
CrazyCoder

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

Related Questions