서론(Introduction)
기본적인 사용법을 배웁니다. 내용을 익혔다면 다시 이 페이지로 돌아오지 않아도 됩니다. 단축키는 Section 2.1.4에 정리해두겠습니다.
Learn basic usage. Once you've learned the content, you don't have to return to this page. I'll summarize the shortcuts in Section 2.1.4.
Command Palette
Ctrl+Shift+P (Cmd+Shift+P)
다양한 명령을 실행할 수 있습니다.
You can run various commands.
Bookmarks
잠시 동안만 다른 곳으로 이동했다가 돌아오고 싶을 때, 북마크를 해둘 수 있습니다.
If you want to go somewhere else for a while and come back, you can bookmark it.
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.
Todo Tree
다음과 같은 단어를 입력하면 형광색으로 표시해줍니다. 주석도 작동합니다.
Enter the following words to display them in fluorescent colors. It also works in annotations.
BUG
HACK
TODO
OKAY
NOTE
FIXME
EDIT
원하는 색깔과 단어로 변경할 수 있습니다. 2.1.1에서 Step 6을 참고하세요.
You can customize the desired color and words to be replaced. Please refer to Step 6 in section 2.1.1 for more details.
Code Ace Jumper
'Shift+Space'를 입력하고 알파벳을 입력하면 그 알파벳으로 시작하는 단어들 중에서 하나를 입력해 그 글자로 커서를 이동할 수 있습니다.
If you type 'Shift+Space' and enter the alphabet, you can type one of the words that begin with that alphabet and move the cursor to that letter.
보다 자세한 내용은 김장수 교수님의 'Visual Studio Code를 사용하여 편리한 LaTeX 환경 구축하기 - Lecture 2'를 참고하세요. YouTube영상을 첨부합니다. 58:53부터 보시면 됩니다.
Git Lens
Inline Blame Annotations and CodeLens: 누가, 언제, 어떤Commit을 했는지 줄마다 보여줍니다. 커서를 올리면 더 자세한 내용을 확인할 수 있습니다.
Inline Blame Annotations and CodeLens: It displays who, when, and which commit made changes on each line. Hovering over it provides more detailed information.
Section 혹은 Chapter를 시작하는 경우에는 수정에 참여한 author들을 확인할 수 있으며, 클릭하면 보다 자세한 변경 사항들을 확인할 수 있습니다.
When starting a section or chapter, you can see the authors who contributed to the edits, and clicking on them will allow you to view more detailed changes.