[ide] How to make phpstorm display line numbers by default?

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.

This question is related to ide phpstorm jetbrains-ide line-numbers

The answer is


As of the latest version:

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

PHPstorm line numbers


If you're on a Mac:

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

main menu inner menu


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.

enter image description here

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


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

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


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

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


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

  1. Go to File-> Settings

enter image description here

  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

enter image description here

That should do the trick.

My version of PhpStorm is 6.0.3


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


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


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


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


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

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


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. :)


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

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


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.

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


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


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

phpstorm


Settings -> editor | appearance | Show line numbers


Examples related to ide

How can I view the Git history in Visual Studio Code? How to ignore a particular directory or file for tslint? How do I completely rename an Xcode project (i.e. inclusive of folders)? Where is the visual studio HTML Designer? How to disable gradle 'offline mode' in android studio? Android studio Error "Unsupported Modules Detected: Compilation is not supported for following modules" Android Studio was unable to find a valid Jvm (Related to MAC OS) QtCreator: No valid kits found Difference between WebStorm and PHPStorm package android.support.v4.app does not exist ; in Android studio 0.8

Examples related to phpstorm

Difference between WebStorm and PHPStorm Cannot ignore .idea/workspace.xml - keeps popping up JetBrains / IntelliJ keyboard shortcut to collapse all methods Can IntelliJ IDEA encapsulate all of the functionality of WebStorm and PHPStorm through plugins? Word wrapping in phpstorm How to display hidden characters by default (ZERO WIDTH SPACE ie. &#8203) How to make phpstorm display line numbers by default? How do you debug PHP scripts?

Examples related to jetbrains-ide

ERROR Source option 1.5 is no longer supported. Use 1.6 or later How do I set up CLion to compile and run? Git Stash vs Shelve in IntelliJ IDEA What is the .idea folder? Can IntelliJ IDEA encapsulate all of the functionality of WebStorm and PHPStorm through plugins? How to make PyCharm always show line numbers How to make phpstorm display line numbers by default?

Examples related to line-numbers

vim line numbers - how to have them on by default? How to make phpstorm display line numbers by default? C/C++ line number Enable the display of line numbers in Visual Studio Delete specific line number(s) from a text file using sed? Number of lines in a file in Java