Brief record for css properties
Hi! I saw on some conference, that speaker use first letter of property, or some keywords, then use tab and get full property.
i.e. 'w100px' + Tab gives 'width: 100px'. I can't find a full list of those "shortcuts". Can anybody help? Maybe some keywords for google?
Please sign in to leave a comment.
It's Emmet - see https://docs.emmet.io/css-abbreviations/, https://www.jetbrains.com/help/webstorm/2018.2/using-zen-coding-support.html for information.
In WebStorm CSS Emmet templates are set up in Settings | Editor | Live Templates, Zen CSS
Thanks! That's it!)