레이블이 Visual Studio Code인 게시물을 표시합니다. 모든 게시물 표시
레이블이 Visual Studio Code인 게시물을 표시합니다. 모든 게시물 표시

알아두면 좋은 Visual Studio Code 단축키 (윈도우 기준)

그냥 내가 정리하는 차원에서 하나씩 적어본다.

시시때때로 수정할 예정.

상당수는 Visual Studio 와 겹치는 듯.


터미널(디버그) 창 닫고 편집창으로 바로 커서 이동

    CTRL + ` (1 왼쪽에 있는 키)


스플릿 간 커서 이동

    CTRL + 숫자키


스플릿 내부 탭 파일 간 이동

    ALT + 숫자키

    이건 리눅스 터미널 띄워놓고 이동할 때도 같은 단축키

    CTRL + TAB 도 당연히 된다


같은 파일을 동시에 다른 스플릿에서 보기

    CTRL + 파일 탭(파일명 적힌 윗부분) 드래그


현재 커서의 함수구현/변수선언으로 이동

    F12


이전 커서 위치로 돌아가기

    ALT + 왼쪽 화살표

    F12 눌렀다가 되돌아갈 때 유용함


세로로 멀티 커서 만들기

    CTRL + ALT + 위아래 화살표

    이게 리눅스에서는 ALT + SHIFT 던가..


여러 라인 선택

    ALT + 마우스 클릭


현재 라인 잘라내기 (클립보드로 복사됨)

    SHIFT + DEL

    이건 왠만한 에디터 공통


인덴테이션 등 포맷 자동 맞추기

    CTRL + K, F


현재 라인, 혹은 블럭 씌운 라인 주석

    CTRL + K, C


주석

    CTRL + K, C (생성)

    CTRL + K, U (해제)

    CTRL + / (토글)


왼쪽 Explorer 칼럼에서 현재 위치 탐색기 띄우기

    ALT + SHIFT + R


왼쪽 Explorer 칼럼에서 파일명 고치기

    F2

    이건 데비안 리눅스 공통인 듯


Read More

Visual Studio Code : The Collection of Peculiar and Beautiful Themes

Visual Studio Code has so many many themes. I spent few(not few) hours to look up ALL themes exists in the market place. Almost themes were minor copy of Monokai or so colorful. That's very easy way to seems beautiful. I'm going to introduce somethings that is out of common grammar. Something is sensible or even beautiful.

Core
https://marketplace.visualstudio.com/items?itemName=miqh.core-theme
If you are tired of colorful themes, it may be a good choice. there is nothing saturation but just black or white or some grays.





White
https://marketplace.visualstudio.com/items?itemName=arthurwhite.white
If you want more contrast and no gray, select this theme. There is a little gray color but just black and white in this theme. And VSCode has more gray themes but I selected Core and White as the best.





Subway
https://marketplace.visualstudio.com/items?itemName=idleberg.subway
https://marketplace.visualstudio.com/items?itemName=idleberg.subway-dark
This theme's color is based on subway map. It has color sets of 16 cities. Very simple and fresh idea but the result is not fresh leaving much to be desired.





Starry Night
https://marketplace.visualstudio.com/items?itemName=jerry.theme-dark-starry-night
It described the night sky and stars. The black background is not pure-black. I think it is a reflection of our too bright night sky that is not good to see stars. So we should have some problem to see very dimmed comments.




HotDogStand
https://marketplace.visualstudio.com/items?itemName=gerane.Theme-HotDogStand
McDonald.




skGRTT
https://marketplace.visualstudio.com/items?itemName=aud-xie.skGRTT
Is red greatest color? I don't know. But it seems good.





Tireless
https://marketplace.visualstudio.com/items?itemName=gerane.Theme-Tireless
If you want to tune your monitor darker, and if you don't want to do, select it.




VSC Military Style
https://marketplace.visualstudio.com/items?itemName=TechnoNinja.vsc-military-style
Military color set is commonly used for closet, gaming gear, or other things. But I never seen before military skin for programming code. It's not bad.





Ice Kiss & Deep Jungle Theme
https://marketplace.visualstudio.com/items?itemName=stelo.icykiss
So beautiful but not too colorful. Deep Jungle is the best green theme.




Darktooth
https://marketplace.visualstudio.com/items?itemName=Poorchop.theme-darktooth
So beautiful but not too colorful.




Grueling Hare
https://marketplace.visualstudio.com/items?itemName=pureux.grueling-hare
So beautiful but not too colorful. And I will omit same comments.





A Touch of Lilac
https://marketplace.visualstudio.com/items?itemName=alexnho.a-touch-of-lilac-theme





Roseate
https://marketplace.visualstudio.com/items?itemName=endorfina.roseate





Shaizei Light
https://marketplace.visualstudio.com/items?itemName=shahzaibkhalid.shaizei-light





Read More
Powered by Blogger.