Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

phpStorm - Highlight the line number when there is a error?

Tags:

ide

phpstorm

In phpstorm IDE is there a way to set the settings of the IDE to

1. Show the whole coding line in red when there is a error, including the line number on the left ?

2. Like in Dreamweaver to when pressed shit+enter it to insert a <br /> ?

is these things are possible to do in this phpstorm IDE 7.1 ?

like image 451
mahen3d Avatar asked Oct 10 '14 03:10

mahen3d


1 Answers

yes this is possible. Simple press 'f2' or 'shift+f2'

For more information visit: https://www.jetbrains.com/help/phpstorm/2016.3/navigating-to-next-previous-error.html

like image 80
Shehroz Altaf Avatar answered Oct 15 '22 23:10

Shehroz Altaf