Open Anenth opened 7 years ago
Still already not
Big +1 for css grid.
A simple dg
should become display grid
in my opinion.
Since VSCode uses emmet by default, not having support for CSS grid is a big productivity hit. 😖
Agree - I'm still using ST3 cause it's missing simple things. And adding own snippets it's impossible.
Really? Most popular html/css abbriviation tool and it don't have grid support in 2020? Hope this will be fixed ASAP
Yes, still no one made PR with grid snippets at https://github.com/emmetio/emmet 😔
Отправлено с iPhone
23 апр. 2020 г., в 22:11, veli-aliev notifications@github.com написал(а):
Really? Most popular html/css abbriviation tool and it don't have grid support in 2020? Hope this will be fixed ASAP
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
How on earth..?
it's 2021 and still no support sad 😞
It appears display:grid is supported for 15 months now, but some editors are still using old version.
I can confirm this on the latest version of PhpStorm/WebStorm 2021.3.2. dg
expands to display: ruby-text-group;
instead of display: grid;
Greetings from 2024! We're still here.
If you are using webstorm, you can go to settings/preferences, Editor->Live Templates->Zen CSS, there are templates like d:b
and d:f
, you can copy d:b
and in your copy change abbreviation to d:g
and template text to display:grid;
.
Or, you can add it from scratch, by defining usage block under template text area to CSS>declaration block
After submit, you will receive d:g > display:grid
code completion from emmet.
Does emmet support css grid?