Visual Studio Code 관련 링크 모음 - kittycaravan/lecture GitHub Wiki
비주얼 스튜디오 코드 launch.json 찾는법 참고 ( .js 파일에서 f5실행 잘못눌러서 launch.json 만들어져서 이후 f5 실행이 안될때. launch.json 지우면 되는데 그 파일이 엄한데 들어가서 못찾을 때) : f1 누르고 launch.json 입력 후 메뉴 중 >launch.json 열기를 선택하고 경로 추적하고 가서 지우기
Visual Studio Code 설치와 한글 설정 방법
Visual Studo Code 삭제(2개 폴더를 지워야 완벽 삭제 됨)
- c:\user\사용자이름.vscode
- c:\user\사용자이름\Appdata\Roaming\Code
- 윈도우r - appwiz.cpl - vsc 삭제
코드 정리 단축키 : (영역블럭 지정 후) ctrl + k 누른상태에서 f
현재 줄 코드 복사 : shift + alt + (위/아래)
현재 코드 영역(블럭등으로 이루어진) 열기/닫기 : ctrl + shift + ( [ 또는 ] )
디버그 창 닫기 : ctrl + j
북마크 기능 관련 <미정리> https://badayak.com/4606
Bookmarks: Toggle Mark/unmark positions with bookmarks Bookmarks: Toggle Labeled Mark labeled bookmarks Bookmarks: Jump to Next Move the cursor forward, to the bookmark below Bookmarks: Jump to Previous Move the cursor backward, to the bookmark above Bookmarks: List List all bookmarks in the current file Bookmarks: List from All Files List all bookmarks from all files Bookmarks: Clear remove all bookmarks in the current file Bookmarks: Clear from All Files remove all bookmarks from all files Bookmarks (Selection): Select Lines Select all lines that contains bookmarks Bookmarks (Selection): Expand Selection to Next Expand the selected text to the next bookmark Bookmarks (Selection): Expand Selection to Previous Expand the selected text to the previous bookmark Bookmarks (Selection): Shrink Selection Shrink the select text to the Previous/Next bookmark
책갈피 : 책갈피로 위치 표시 / 표시 해제 전환 책갈피 : 레이블이있는 마크 레이블이있는 책갈피 전환 북마크 : 다음으로 이동 커서를 앞으로 이동하여 아래 북마크로 이동합니다. 책갈피 : 이전으로 이동 커서를 뒤로 이동하여 위의 책갈피로 이동 북마크 : 목록 현재 파일의 모든 북마크를 나열합니다. 책갈피 : 모든 파일의 목록 모든 파일의 모든 책갈피 목록 책갈피 : 지우기 현재 파일의 모든 책갈피 제거 책갈피 : 모든 파일에서 지우기 모든 파일에서 모든 책갈피 제거 책갈피 (선택) : 라인 선택 책갈피가 포함 된 모든 라인 선택 책갈피 (선택) : 다음으로 선택 확장 선택한 텍스트를 다음 책갈피로 확장 책갈피 (선택) : 선택을 이전으로 확장 선택한 텍스트를 이전 책갈피로 확장 책갈피 (선택) : 선택 축소 선택 텍스트를 이전 / 다음 책갈피로 축소