Diferencia entre revisiones de «Usuario:ManuelRomero/Usuario:ManuelRomero/emmet»

De WikiEducator
Saltar a: navegación, buscar
(Página creada con «;Tabula mal el emmet en phpstorm https://stackoverflow.com/questions/32876767/new-lines-in-emmett<br /> down vote<nowiki> I had the same problem, only the accepted solutio...»)
 
(Sin diferencias)

Última revisión de 10:06 1 dic 2018

Tabula mal el emmet en phpstorm

https://stackoverflow.com/questions/32876767/new-lines-in-emmett

down vote I had the same problem, only the accepted solution didn't help me for PhpStorm. In PhpStorm you have to remove the HTML tag you want on a new line from a specific list in your PhpStorm settings. You can find it at Preferences>Editor>Code Style>HTML>Other>Inline elements: Remove input or any other element you don't want inline and voila! Next time you use emmet your code will look nice and clean.