1

How do I change only the font size of comments in VS CODE ?

is it possible to only change the font size of comments in vscode ?

rioV8
  • 24,506
  • 3
  • 32
  • 49
DEVZQ
  • 43
  • 4
  • Check out this question here: https://stackoverflow.com/questions/49148581/how-do-i-change-font-of-comments-in-visual-studio-code – jwDavis Jan 04 '21 at 06:13

1 Answers1

0

You can use 'Ctrl and +' or 'mousewheelup and +' at one time to zoom in your code and zoom out. There are also numerous stunning extensions in VS CODE. You can search there like the is an extension that will make your comments colorful named "Colorful comments". Just search and choose any extension of your choice.

If you want to change only font size, there is an option in the settings of VS code.

Faizan Jallani
  • 37
  • 2
  • 11