Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 547
domino Avatar asked Nov 10 '11 20:11

domino


People also ask

Is Phpstorm a text editor?

Just like when editing PHP code, PhpStorm comes with a rich editor for HTML, CSS and JavaScript. It comes with code completion, formatting, intentions, navigation and so on. The IDE not only completes HTML elements, it also does this for attributes and files we may want to reference.

What language does Phpstorm use?

Supported languages With PhpStorm, you can develop applications in PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6, PHP 7, PHP 7.1, PHP 7.2, PHP 7.3, PHP 7.4, PHP 8.0, and PHP 8.1.


1 Answers

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

like image 126
CrazyCoder Avatar answered Sep 18 '22 09:09

CrazyCoder