How to make pycharm always show line numbers in ubuntu

I know how to do this in the Windows version, but on ubuntu I don't have the “show lines numbers” chekbox numbers in settings / appearance

thank

+5
source share
3 answers

You are looking for the wrong place, it is under Settings| Editor | Appearancesee answer.

Show line numbers

+14
source

I just spent 5 minutes on this. For PyCharm 4.x, this option can be found in SettingsEditorGeneralAppearance .

enter image description here

+2
source

( 2016 .)

PyCharm Community Edition 2016.1.2

Build # PC-145.844, 8 2016

JRE: 1.8.0_60-b27 x86

JVM: Java HotSpot (TM) Oracle

Windows, , Ubuntu .

View > Active Editor > Show Line Numbers

enter image description here


EDIT: Duplicated

+2
source

All Articles