Visual Studio Code 코드 북마크(이 코드 저 코드 왔다갔다 전환하기 편하게 즐겨찾기 하는 것) - kittycaravan/lecture GitHub Wiki
Visual Studio Code 코드 북마크
확장 프로그램 설치
- bookmarks 라고 검색해서 설치하기
- 단축키 편한걸로 설정하기
추천
- 북마크 표시 토글 <검색어: bookmarks: Toggle> : ctrl + 2 로 단축키 지정하면 좋음
- 다음 북마크로 이동 next <검색어: Bookmarks: Jump to Next> : ctrl + alt +shift + pagedown 로 지정
- 이전 북마크로 이동 prvious <검색어: Bookmarks: Jump to Previous> : ctrl + alt +shift + pageUp 로 지정
- 북마크 리스트 보기 <검색어: Bookmarks: List from All files> : ctrl + b
북마크 아이콘 색상 바꾸기
bookmarks.gutterIcon 로 설정 상단 검색어 넣고
- Specifies the border color of the bookmark icon (16진수RGB색상값 ex.FFFFFF. 외각선)
- Specifies the fill color of the bookmark icon (16진수RGB색상값 ex.ED90FF. 채우는 색)