-
Notifications
You must be signed in to change notification settings - Fork 0
Evaluate Math Expression
Amadej Glasenčnik edited this page Dec 23, 2023
·
1 revision
Evaluates simple math expression like 2*4
or 10/2
and outputs its result. You can use \
operator which is equivalent to round(a/b)
.
Very useful in CSS where numeric values should be modified frequently.
This action is invoked by pressing: Ctrl + Shift + Y
This documentation is based on the concepts and ideas of Emmet.
For the source code of EmmetVS, please visit the GitHub repository.