How to make phpstorm display line numbers by default?

南楼画角 提交于 2019-12-18 09:56:31

问题


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.


回答1:


Settings (or Preferences if you are on Mac) | Editor | General | Appearance and check Show line numbers.




回答2:


Just now found where is it on Windows. Its View -> Active Editor -> Show Line Numbers (changes only for current document) and File -> Settings -> Editor -> Appearance -> Show Line Numbers (for all documents)

For Mac Version go to PhpStorm -> Preferences in menu. In the preference window go to IDE settings -> Editor -> Appearance -> Show Line Numbers (To change setting for all documents)

OR if you want to quickly set show line number PER CURRENT WINDOW even easier - right click on the long white column (where breakpoints are set) then select Show Line Numbers.

Red dot on the screenshot is a place where you have to click




回答3:


All the guys are right. I am just bringing the the current soultion with the images.

  1. Go to File-> Settings

  1. In the box in the top right corner type in line numbers, just below that choose Editor->Appearance, from the right checkboxes, find Show line numbers and check it.

  2. After that hit Apply and OK

That should do the trick.

My version of PhpStorm is 6.0.3




回答4:


If you're on a Mac:

PhpStorm -> Preferences... -> Editor -> Appearance -> Show Line Numbers




回答5:


just double tap 'Shift'
and search for 'Line Numbers'
and there you will see a toggle option on or off




回答6:


In PHPStorm 8 this setting is no longer under 'Appearance' but now in:

File -> Settings -> Editor -> Appearance -> Show line numbers




回答7:


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.



回答8:


Simplest solution for line numbers in php storm..There are many other solutions but i think A big picture a good from 1000 words.




回答9:


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

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




回答10:


Settings -> editor | appearance | Show line numbers




回答11:


Just right click on left side where line numbers generally show, select "show line numbers"




回答12:


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




回答13:


For PhpStorm version 9 on Windows.
FileSettingsEditorGeneralAppearence then check Show line numbers




回答14:


in the top right corner is a search button type show line numbers and you will see a toggle option. this way you never have to do it yourself. :)




回答15:


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




回答16:


File->settings->IDE Settings->Editor->Appearance

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




回答17:


On the Mac version 8.0.1 has this setting here:

PhpStorm > Preferences > Editor (this is in the second section on the left - i.e. IDE Settings NOT Project Settings) > Appearance > Show line numbers




回答18:


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




回答19:


As of the latest version:

PhpStorm > Preferences.. > Editor > General > Appearance > Show line numbers

See the screenshot.PHPstorm line numbers



来源:https://stackoverflow.com/questions/8086023/how-to-make-phpstorm-display-line-numbers-by-default

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!