Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable hiding of content of style parameter in HTML tag in PhpStorm

Tags:

phpstorm

PhpStorm hides content of style parameter in HTML tag, for example:

<div style="background: steelblue; float:left; ">

becames:

<div style="...">

Is it possible to disable this feature? I do not even know how is it called, so I have no idea what to search for.

like image 384
Martin Avatar asked Oct 27 '25 19:10

Martin


1 Answers

Look in the Settings dialog, Editor, Code Folding and disable.

like image 199
neydroid Avatar answered Oct 29 '25 14:10

neydroid