0

I want to change the number of lines displayed in VS Code. Any idea how can I do that?

Here is the picture

As you can see ,it can show 17 lines of code. How can I change that?

AnsonH
  • 2,460
  • 2
  • 15
  • 29
  • Change the font size https://stackoverflow.com/questions/33701933/how-to-change-environments-font-size/57670804 You may be zoomed in though. Zoom out to show more. – Raildex Nov 15 '20 at 10:55

2 Answers2

1

Using ctrl + plus sign button or minus sign button, you can easily change the font size. When you decrease font size (using ctrl+-), more lines would be displayable on the screen.

Elyas Karimi
  • 292
  • 4
  • 11
1

In VS Code, you can zoom in / out by using the shortcuts CTRL+ and CTRL-

This will affect the number of lines displayed.

ccarrez
  • 222
  • 1
  • 2
  • 11