# IntelliJ

## 초기 세팅

## 단축키

### 실행

<table><thead><tr><th width="197">기능</th><th width="269">Mac</th><th>Windows</th></tr></thead><tbody><tr><td>현재 컨텍스트 실행</td><td><code>ctrl + shift + R</code></td><td></td></tr><tr><td>이전 컨텍스트 재실행</td><td><code>ctrl + R</code></td><td></td></tr><tr><td>실행 중지</td><td><code>cmd + F2</code></td><td></td></tr></tbody></table>

### 검색

<table><thead><tr><th width="193">기능</th><th width="265">Mac</th><th>Windows</th></tr></thead><tbody><tr><td>Search Everywhere</td><td><code>shift 2번</code></td><td><code>shift 2번</code></td></tr><tr><td>Navigation Bar</td><td><code>cmd + ↑</code></td><td></td></tr><tr><td>에러로 이동</td><td><code>F2</code></td><td></td></tr><tr><td>Find in Files</td><td><code>cmd + shift + F</code></td><td><code>ctrl + shift + F</code></td></tr><tr><td>Recent Files</td><td><code>cmd + E</code></td><td></td></tr><tr><td>코드 사용처 탐색</td><td><code>cmd + B</code> / <code>cmd + click</code></td><td><code>ctrl + B</code> / <code>ctrl + click</code></td></tr><tr><td>라이브템플릿</td><td><code>cmd + J</code></td><td><code>ctrl + J</code></td></tr><tr><td>도움말</td><td><code>F1</code></td><td></td></tr></tbody></table>

### 편집

<table><thead><tr><th width="191">기능</th><th width="268">Mac</th><th>Windows</th></tr></thead><tbody><tr><td>커서 같은 단어 선택</td><td><code>ctrl + G</code></td><td></td></tr><tr><td>커서 다중선택</td><td><code>opt + opt + ↓</code></td><td></td></tr><tr><td>코드 생성</td><td><code>cmd + N</code></td><td><code>alt + Insert</code></td></tr><tr><td>코드 정리</td><td><code>opt + cmd + L</code></td><td></td></tr><tr><td>실행 취소</td><td><code>cmd + Z</code></td><td></td></tr><tr><td>다시 실행</td><td><code>cmd + shift + Z</code></td><td></td></tr></tbody></table>

### 리팩토링

<table><thead><tr><th width="192">기능</th><th width="268">Mac</th><th>Windows</th></tr></thead><tbody><tr><td>변수 추출</td><td><code>cmd + opt + V</code></td><td></td></tr><tr><td>메서드 추출</td><td><code>cmd + opt + M</code></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://programmer-jjy.gitbook.io/second-brain/cheat-sheet/tools/intellij.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
