2022.2

Table Of Contents
l
Totemporarilydisableanabbreviation,uncheckthecheckboxnexttothenameoftheabbre-
viationinthelist.
EmmetOutputpreferences
TheOutputPreferencesdialogisusedtocontrolhowtheexpanded(output)codebehaveswhen
expandingabbreviationsandsnippets.Thereare6differentdialogstocontroloutputand,whiletheyall
haveidenticaloptions,theycontroldifferentoutputtypes:CSS,HAML,HTML,XML,XSLandthe
"Default"onecontrollingtherestofthetypes.
TheseoptionsareequivalenttoEmmet'ssyntaxProfiles.jsonfeature(http://-
docs.emmet.io/customization/syntax-profiles/).
EmmetSnippetspreferences
EmmetSnippetaresimilartoabbreviationsinthattheyareexpandedwhentheTabkeyispressed,but
theyarejustblocksofplaintext.Anythinginasnippetwillbeoutputted“asis”,withoutanytrans-
formation.
l
New:Clicktocreateanewsnippet.
l
Name:Thenameoftheabbreviationisalsoitstrigger.
l
Context:Thecontextinwhichthesnippetisenabled(HTML,CSS,etc.).
l
Description:Ashortdescriptionofthesnippet.
l
Pattern:Thepatterndefineswhatasnippetexpandsto.
l
Automatically insert:Thisoptiondoesn'taffecthowEmmetworksinConnectDesigner.
l
Edit:Modifythecurrentlyselectedsnippet.
l
Remove:Removethecurrentlyselectedsnippetfromthelist.
l
Import:ClicktoopenabrowsedialogtoimportanXMLfilecontainingexportedsnippets.The
importedsnippetsareaddedtothecurrentlist.
l
Export:ClicktoopenaSaveasdialogtoexportallthesnippetsinanXMLfilethatcanbeshared
andre-imported.
l
Preview box:Showswhattheselectedsnippetisexpandedto.
l
Totemporarilydisableasnippet,uncheckthecheckboxnexttothenameofthesnippetinthelist.
EmmetVariablespreferences
VariablesareplaceholdersusedinEmmetsnippetstooutputpredefineddata.Forexample,thehtml:5
snippetofHTMLsyntaxhasthefollowingdefinition:
<!doctype html>\n<html lang="${lang}">...</body>\n</html>
Page 67