Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enable Emmet (Zen Coding) for SASS files in Phpstorm?

How can I enable Emmet coding for CSS on my SASS files without adding all of the rules manually?

Example, in type in db and hit tab it will auto complete to display: block;

enter image description here

like image 318
Jamie Hutber Avatar asked Mar 19 '23 11:03

Jamie Hutber


1 Answers

Make sure to enable fuzzy search among CSS abbreviations in Settings/Emmet - does it help?

like image 169
lena Avatar answered Apr 05 '23 19:04

lena