### Tool Windows | Command | Description | | :------ | :---------- | | `⌘` + `1` | Project | | `⌘` + `6` | Problems | | `⌘` + `7` | Structure | | `⌘` + `9` | Git | ### Code | Command | Description | | :------ | :---------- | | `⌃` + `T` | Refactor this | | `⌘` + `/` | Toggle comment lines | | `⇧` + `⌘` + `/` | Toggle comment block | | `⌥` + `⌘` + `L` | Reformat code | ### Navigation | Command | Description | | :------ | :---------- | | `⇧` `⇧` | Search anything | | `⌘` + `L` | Jump to line | | `⇧` + `⌥` + `⬆` | Move line up | | `⇧` + `⌥` + `⬇` | Move line down | | `⇧` + `⌘` + `⬆` | Move statement up | | `⇧` + `⌘` + `⬇` | Move statement down |