JSFiddle - React, Tailwind, and code Playground
# Intellij Shortcut
by jihoon kim
HTML
<h1>IntelliJ Shortcut</h1>
<pre>
# 가까운 괄호찾기 : Ctrl + Shift + M
# 코드 정렬 : Ctrl + Alt + L
# Bookmark
Creating bookmarks with mnemonics : Ctrl+F11
Toggling bookmarks : F11
Viewing bookmarks : Shift+F11
Changing order of bookmarks : Use Move Up (arrowUp, Ctrl+Up) and Move Down (arrowDown, Ctrl+Down )
# 이전작업위치
Ctrl+Left , Ctrl+Right
# 마지막편집위치
Ctrl+Shift+Backspace
# 대문자변환
Ctrl-Shift-U
# Save Context ( 다른이름으로 저장? )
Alt+Shift+S
# Copy File
F5
</pre>