2019.2

Table Of Contents
l
Automatically insert: This option doesn't affect how Emmet works in Connect
Designer.
l
Edit: Modify the currently selected snippet.
l
Remove: Remove the currently selected snippet from the list.
l
Import: Click to open a browse dialog to import an XML file containing exported snippets.
The imported snippets are added to the current list.
l
Export: Click to open a Save as dialog to export all the snippets in an XML file that can
be shared and re-imported.
l
Preview box: Shows what the selected snippet is expanded to.
l To temporarily disable a snippet, uncheck the checkbox next to the name of the snippet in
the list.
Emmet Variables preferences
Variables are placeholders used in Emmet snippets to output predefined data. For example, the
html:5 snippet of HTML syntax has the following definition:
<!doctype html>\n<html lang="${lang}">...</body>\n</html>
In the example above, ${lang} is used to refer lang variable defined in variables below. If your
primary language is, for example, Russian, you can simply override lang variable with ru value
and keep the original snippets. Also, you can override variable values with inline abbreviation
attributes: html:5[lang=ru].
l
Name: The name of the variable. This should be a single alphanumeric string with no
spaces or special characters. For example, the myVar name is referred to as ${myVar}.
l
Value: The value of the variable when the snippet is expanded.
l
New: Click to create a new variable and define its name and value.
l
Edit: Click to modify the currently selected Variable.
l
Remove: Click to delete the currently selected Variable.
The Emmet preferences also provides you with buttons to :
l
Reload Engine. This allows you to reload the Emmet engine based upon the current
settings.
Page 110