Closed ramya-rao-a closed 7 years ago
@ramya-rao-a it's not clear how the variables and emmet snippets are meant to work.
@Tyriar ignore snippets. Change the language in emmet.variables
and test abbreviations like !
or html:5
reflect the change in the language
Test plan for #21943
Complexity: 3.5
Set
emmet.useNewEmmet
totrue
and test the below emmet commandseditor.quicksuggestions
tofalse
so that you don't end up testing the emmet suggestionsemmet.syntaxProfiles
to {"anylanguageyouwant" : "anylanguagelistedabove"} to test emmet abbreviations in any of the languages NOT specified aboveemmet.syntaxProfiles
and then test the commandEmmet: Expand Abbreviation
andEmmet: Wrap with Abbreviation
emmet.variables
and test abbreviations like!
orhtml:5
reflect the change in the languageemmet.excludeLanguages
to any of the languages listed way above and check that theEmmet: Expand Abbreviation
command does nothingemmet.quickSuggestions
totrue
and test emmet abbreviations in the suggestion list in any of 'html', 'xml', 'xsl', 'jsx', 'pug', 'slim', 'css', 'sass', 'scss', 'less', 'sss', 'stylus'Emmet: Select Next/Prev Item