B. Godoak
B. Godoak

Reputation: 305

How to set default show line number and white space in PhpStorm 2016.1

How to make line number visible in PhpStorm 2016.1?

I can't find setting in preferences.

Upvotes: 1

Views: 2814

Answers (4)

B. Godoak
B. Godoak

Reputation: 305

Preferences if your are on Mac | Editor --> (General) --> Appearance --> Show line numbers.

Upvotes: 2

Ravistm
Ravistm

Reputation: 2213

1.

PhpStorm 2016.1 for Active Editor only

Main Menu: View -> Active Editor -> Show Line Numbers

===========================================

2.

PhpStorm 2016.1 for all tabs

Main Menu File -> Settings: enter image description here

Upvotes: 0

Khurshid Alam
Khurshid Alam

Reputation: 77

File->Setting->Editor->Appearance->show line numbers for Windows users

Upvotes: 1

GeeH
GeeH

Reputation: 563

Use CMD+SHIFT+A (on Mac) to search for actions across the IDE, including the preference pane. In this instance, typing "Line Numbers" into the search box takes you right to the preference pane for that option, with it highlighted nicely for you (http://c.hock.in/17c45d.png). This works for any settings you can't find, or want to find quickly.

Upvotes: 5

Related Questions