Matt Hiscock
Matt Hiscock

Reputation: 115

PhpStorm, remove line numbers spacing

enter image description here

Does any know how to remove the spacing after the line numbers in PhpStorm (v10)

When you have 2 or 3 vertical columns it is just a waste of real estate!

Upvotes: 6

Views: 954

Answers (2)

Jay
Jay

Reputation: 61

You can disable "gutter icons" in the settings (I'm running PhpStorm 2016.3)

This removes all vertical spacing from the right of the line numbers.

Settings Screenshot

Upvotes: 6

COil
COil

Reputation: 7606

As darkomen said PhpStorm use this space for various functionalities:

enter image description here

For example with the Symfony2 plugin, you have icons to navigate to services classes or Twig templates. You also have a bracket that shows you the "current context" of where your cursor is located.

But indeed, you seem to have more space than my setup, perhaps you should try to change the font used for these columns numbers.

Upvotes: 2

Related Questions