vscode 사용하기

sublime text 와 굉장히 유사한 형태로 마이크로스프트에서 오픈 소스로 내놓은 VSCode(Visual Studio Code) 무료로 다운로드 받아 사용할 수 있다.

MIT 라이센스로 SublimeText 처럼 회사에서 사용하려면 라이센스를 구입할 필요가 없다.
윈도우,리눅스,맥 버전이 제공된다.

vscode 다운로드
https://code.visualstudio.com

vscode 실행파일 code.exe(윈도우 기준)
sublime text 의 팔렛트로 플러그인을 깔았다면, vscode 의 팔렛트(Ctrl + Shift + P)에선 extension 프로그램을 설치하여 기능 확장이 가능하다.

vscode 는 Javascript, C#, json, html, css, 등을 기본 지원한다.
https://code.visualstudio.com/docs/languages/overview

html, json 파일이라면 자동 포맷팅(Alt + Shift + F) 기능을 지원한다.

단축키 정보 확인
File -> Preferences -> Keyboard Shortcuts

sublime text 에 많이 사용하는 다음의 기능들도 단축키까지 똑같다

선택 추가 (addSelectionToNextFindMatch)
ctrl + d

수직 위,아래 커서 추가(insertCursorAbove / insertCursorBelow)
ctrl+alt+up
ctrl+alt+down

shortcut(JSON) -> keybindings.json 에 커스텀 단축키 설정
자세한 팁 설명
https://github.com/Microsoft/vscode-tips-and-tricks

comments:

댓글 쓰기