기본적인 단축키(basic keyboard shortcut)
Alt+Click (⌘+Click)
커서를 동시에 여러 군데 클릭할 수 있습니다.
You can click multiple cursors at the same time.
Ctrl+/ (Cmd+/)
커서가 있는 줄을 주석으로 처리하거나 취소합니다.
Annotates or cancels lines with cursors.
Ctrl+Alt+Shift+M (Cmd+⌘+Shift+M)
입력 중인 수식을 실시간으로 보여줍니다.
Shows the formula you are entering in real-time.
Ctrl+s (Cmd+s) or Ctrl+Alt+b (Cmd+⌘+b)
LaTex code를 컴파일합니다.
Compile the LaTex code.
Snippets
자주 쓰는 코드는 prefix를 입력하고 tap을 입력하여 빠르게 입력할 수 있습니다.
Frequently used code can be entered quickly by typing prefix and tap.
@a
\alpha
@A
\Alpha
@/
/frac{}{}
@[
\left[ \right]
@6
\partial
앞에서 배운 단축키(The keyboard shortcuts learned earlier)
Ctrl+r (Cmd+r)
다른 폴더를 엽니다.
Open another folder.
Ctrl+Shift+P (Cmd+Shift+P)
Command Palette을 엽니다.
Open Command Palette.
Alt+a (⌘ + a)
커서의 위치를 pdf 화면에 나타나게 해줍니다.
Allows the location of the cursor to appear on the pdf screen.
Alt+z (⌘ + z)
커서의 위치에서 최근 environment를 선택하게 해줍니다.
LaTeX Workshop: Select the current environment
Shift+Space
알파벳을 입력하면 그 알파벳으로 시작하는 단어들 중에서 하나를 입력해 그 글자로 커서를 이동합니다.
When you type in an alphabet, you type one of the words that begin with that alphabet and move the cursor to that letter.
Ctrl+Alt+k (Cmd+⌘+k)
북마크를 합니다. 북마크가 이미 되어 있는 경우, 북마크를 삭제합니다.
Bookmark. If the bookmark already exists, delete it.
Ctrl+Alt+j (Cmd+⌘+j)
북마크가 되어 있는 코드로 이동합니다. 북마크가 여러 개가 있는 경우, 위쪽으로 이동합니다.
Move to the bookmarked code. If you have multiple bookmarks, move them up.
BUG
HACK
TODO
OKAY
NOTE
FIXME
EDIT
형광색으로 표시해줍니다.
Displaying in fluorescent color