Disable padding between functions in Visual Studio 2022

Viewed 29

Visual Studio 2022 IDE adds a weird padding between the functions written. It is like a new space but there is no new space. Just padding. I want to disable this padding. Is it possible?

1 Answers

Try disabling codelens, this "new line" is where the reference count goes Tools --> Options --> Text Editor --> All Languages --> Codelens --> Uncheck Enable Codelens

Related