5

What is this font in the Visual Studio options?

enter image description here

I changed the general font to Consolas 6, and I had all other fonts updated automatically, but this one of the comments that remain still too huge. How can I update it manually?

Bellow is the my Visual Studio 2019 options window enter image description here

serge
  • 13,940
  • 35
  • 121
  • 205

1 Answers1

7

To change the size of the CodeLens font:

  1. Open Options (Tools -> Options)
  2. Go to Environment -> Fonts and Colors
  3. Choose CodeLens from the Show settings for dropdown.
  4. Change the font as needed.

See the attached screenshot:

CodeLens Font Settings

Martin
  • 16,093
  • 1
  • 29
  • 48
  • Thanks for answering. Please see my update in the OP, I have no "CodeLens" in my Visual Studio 2019... – serge Feb 13 '20 at 09:43
  • 2
    You are clicking the wrong drop down. See again step 3 - use the `Show settings for` drop down (you are using `Display items`). – Martin Feb 13 '20 at 09:44