How to make PyCharm always show line numbers

后端 未结 7 2039
梦如初夏
梦如初夏 2021-01-29 22:25

I cannot seem to be able to find the setting to enable line numbers for all files, but I have to always right click and enable this on per file basis.

There mu

7条回答
  •  梦如初夏
    2021-01-29 22:56

    PyCharm Version 3.4.1(For all files in the project):

    File -> Preferences -> Editor (IDE Settings) -> Appearance -> mark 'Show line numbers'

    PyCharm Version 3.4.1(only for existing file in the project):

    View -> Active Editor -> Show Line Numbers

    image

提交回复
热议问题