I keep on running into the following inconvenience and wonder if there is a better solution.
Current solution:
1. fire up terminal from current file
2. mkdir foo
3. mv foo.rs foo/mod.rs
Is there an IntelliJ shortcut / a way to script this in IntelliJ to do "foo.rs => foo/mod.rs" ?