ETC/Tip

Format code (sorting code) in Visual Studio Code (for mac)

VallistA2015. 12. 11. 20:10

기본적으로 비주얼 스튜디오 코드에서 정렬 단축키는 알트(옵션) + 쉬프트 + 에프인데 이게 손이 참.. 힘들어서 찾기도 힘들고 해서

필자는 커맨드 + k + f 로 바꿔버렸다. 그 방법은 아래와 같다.


Keybindings.json 들어가서 소스코드를 쳐준다.


// Place your key bindings in this file to overwrite the defaults

[

{

"key": "cmd+k cmd+f",

"command": "editor.action.format",

"when": "editorTextFocus"

}

]

댓글

VallistA

병특이 끝나서 게임에서 웹으로 스위칭한 프로그래머.
프로그래밍 정보등을 공유합니다.
현재는 이 블로그를 운영하지 않습니다.
vallista.kr 로 와주시면 감사하겠습니다!

자고 싶습니다. ㅠㅠ

Github      :: 링크

궁금한점 문의 주시면 답변드리도록 하겠습니다

VISITED

Today :

Total :

SNS

  • 페이스북아이콘
  • 카카오톡아이콘
  • 트위터아이콘

Lately Post

Lately Comment