Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change line spacing in Visual Studio 2019?

In Visual Studio 2017, I reduced line spacing to fit more code on the screen.

Today I downloaded Visual Studio 2019, however, I forgot how to change line spacing. I searched the options menu, installed Productivity Power Tools, Googled for answers, reviewed all my installed extensions but still cannot find how to reduce the space between lines.

like image 914
Avalon Avatar asked Apr 18 '19 17:04

Avalon


People also ask

How do I change line spacing in Visual Studio?

There's a built-in setting for that, just open the Tools menu > Options > Text Editor > General and look for a setting called Line Spacing, change its value to one of your liking.

How much space should be between lines?

In general, double-space all parts of an APA Style paper, including the abstract; text; block quotations; table and figure numbers, titles, and notes; and reference list (including between and within entries). Do not add extra space before or after paragraphs.


1 Answers

There's a feature request to implement this in Visual Studio 2019. It seems to be in their backlog but no target release date nor status have been provided.

https://developercommunity.visualstudio.com/content/idea/896879/allow-users-to-set-line-height.html

In the meantime, maybe you could try to find a different Font to better achieve the desired results.

Or try this extension: LinePress

like image 192
Fernando Vieira Avatar answered Oct 14 '22 01:10

Fernando Vieira