How to change font size in vs code?

3 answer(s)
Answer # 1 #

Method 1:- Press Ctrl + , → Search "Font Size" → Change value (default 14). Method 2: Hold Ctrl and scroll mouse wheel to zoom editor font.

[6 Month]
Answer # 2 #

Use Zoom In/Out commands: View → Appearance → Zoom In/Out to adjust overall editor display.

[6 Month]
Answer # 3 #

Tip: You can also modify settings.json:```json"editor.fontSize": 16Then save; font size updates immediately.

[6 Month]