본문으로 바로가기

Visual Studio Code 폰트 크기 설정

category 프로그래밍/개발툴 2018. 8. 8. 00:12

Out of Box solution for zoom in/out text only:


1. Ctrl + Shift + P (or View  -> Command Palette....)

2. Type Open User Settings

3. Edit Settings.json

4. Add "editor.mouseWheelZoom": true

5. Save it.




결론은 설정에 들어가서 추가해 주면 된다.

"editor.mouseWheelZoom": true


'프로그래밍 > 개발툴' 카테고리의 다른 글

VS code tasks.json 변수 치환  (0) 2018.01.20
IntelliJ 설치후 기본 설정  (0) 2018.01.08
Intellij platform Tips ans Tricks  (0) 2017.08.27
Visual Studio 2017/2019 Tips  (0) 2017.08.15
Visual studio Code Tips  (0) 2017.08.15