> For the complete documentation index, see [llms.txt](https://blog.javabom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.javabom.com/kimdh/intellij.md).

# IntelliJ

## 자주 사용하는 단축키 (Mac 기준)

| 설명              | 단축키    |
| --------------- | ------ |
| Code formatting | ⌘L     |
| Optimize import | ⌃⌥O    |
| Run             | ⌃R     |
| Run again       | ⌃⇧R    |
| Debug           | ⌃D     |
| Delete line     | ⌘⌫     |
|                 | ⌃Space |
|                 | ⌥⏎     |
| Comment         | ⌘/     |
