How to make phpstorm display line numbers by default?

前端 未结 19 1830
盖世英雄少女心
盖世英雄少女心 2020-12-22 18:30

How to make phpstorm display line numbers by default?
Couldn\'t find that option. It\'s kind of annoying to turn them on manually for each page.

相关标签:
19条回答
  • 2020-12-22 18:51

    Follow the below steps:

    • Click on File->Settings->
    • In the Settings dialog box Expand Editor under IDE Settings
    • Click Apperance - > select Show line numbers.
    • Click Apply->Ok.
    0 讨论(0)
  • 2020-12-22 18:51

    In PHPStorm 2016: File > Settings > Editor > General > Appearance > check "Show line numbers"

    0 讨论(0)
  • 2020-12-22 18:51

    By typing command + shift + A you will get a search prompt and write line numbers . Now you can trigger button on or off

    phpstorm

    0 讨论(0)
  • 2020-12-22 18:52
    File->settings->IDE Settings->Editor->Appearance
    

    And just check the "Show line numbers" works with 8.0.1

    0 讨论(0)
  • 2020-12-22 18:56

    File -> Settings -> Editor -> General -> Appearance check "Show Line Numbers"

    This is the current location as of phpStorm 8.0.2 on Ubuntu 14.04

    0 讨论(0)
  • 2020-12-22 18:57

    You should go to: File -> Settings -> Editor -> General -> Appearance -> Show Line Numbers

    0 讨论(0)
提交回复
热议问题