improbable
improbable

Reputation: 2934

How to change the font size of line numbers in IntelliJ IDEA?

I want to increase the font size of the line numbers in IntelliJ IDEA Ultimate(2019.3.1) independently from changing the font of the code itself but I can't find the way of doing so.

enter image description here

I shook the whole Internet and didn't find anything up to date either. Actions search didn't help as well. How do I do that?

Upvotes: 0

Views: 347

Answers (1)

Alexander Terekhov
Alexander Terekhov

Reputation: 894

The font size of line numbers automatically changes along with the font size of code in the editor. It uses the same font setting(font, font size, etc). You can try to adjust font.

https://www.jetbrains.com/help/idea/settings-editor-font.html

And as Improbable mentioned, there is a feature request for it: https://youtrack.jetbrains.com/issue/IDEA-92443

Upvotes: 1

Related Questions