프로그래밍/개발툴 설치정보

Visual Studio Code - BookMark 를 설치해보자.

Nadahacker 2019. 5. 19. 14:51
반응형
예전에 비쥬얼 스튜디오 2010년 이전 버전엔 자체적으로 북마크가 있었다.. 아마 단축키가 F2였던걸로 기억한다.

참 유용하게 쓰던거였는데.. 어느 버전인가 부터 단축키가 바뀐건지 사라진건지... F2키가 먹지 않더라...

요세 웹 할일이 있어서 에디터를 알아보던중 저번에도 포스팅을했지만.. Visual Studio Code를 선택해서 사용중이다.

최근에 사용하는 언어가. Java, golang, nodejs, 등등이다. 보니 Visual Stuio Code에서 다 프로그래밍이 가능해서 사용중인다.

여튼 그냥 심심해서 VSCode Extension에서 Bookmark를 검색해보니 ㅡㅡ; 있는것이다. 그래서 설치 해봤다.




설치 하면 자동으로 활성화가 된다... 아래로 스크롤 해보면 사용가능한 기능들이 나열된다.


Available commands

  • 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

머 대충 해석하면됨...

본인이 자주쓰는 기능은

북마크 지정/해제  : ctrl + alt + k
북마크 이전 이동  : ctrl + alt + j
북마크 다음 이동  : ctrl + alt + k

클리어는 
F1 키를 누르고 BookMark를 검색하면 BookMark 관련된 기능이 나오는데 거이게 Clear를 선택하면된다.


나머진 사용하면서 기능을 알아가면 될듯하다.




반응형