You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Side load the extension by code-insiders --install-extension emmet-0.0.1.vsix
Suggestion Items
As you type an abbreviation, the suggestion list should show the expanded abbreviation. Can be turned off by disabling emmet.suggestExpandedAbbreviation
As you type an abbreviation, all possible abbreviations should show in the suggestion list. Can be turned off by disabling emmet.suggestAbbreviations
After typing an abbreviation, escape the suggestion list, hit TAB. The built-in emmet expansion should not work
Set emmet.suggestExpandedAbbreviation to false, and repeat the previous step, built in emmet expansion should now work
Commands to test:
Emmet 2.0: Expand abbreviation
- The selected text or the text preceeding the cursor if no text is selected is taken as the abbreviation to expand.
- Works with html, xml, jade, slim, haml files and css,scss,sass, less, stylus files
Emmet 2.0: Wrap with abbreviation
- The selected text or the current line if no text is selected, is wrapped with given abbreviation.
- Works with html, xml, jade, slim, haml files
Emmet 2.0: Remove Tag
- The tag under the cursor is removed along with the corresponding opening/closing tag. Works with multiple cursors. Works only in html and xml files.
Emmet 2.0: Update Tag
- The tag under the cursor is updated to the given tag. Works with multiple cursors. Works only in html and xml files.
Emmet 2.0: Go to Matching Pair
- Cursor moves to the tag matching to the tag under cursor. Works with multiple cursors. Works only in html and xml files.
The text was updated successfully, but these errors were encountered:
Test item for #21943
Complexity: 4
OS
Pre-req for testing
vsce package
to get the vsixcode-insiders --install-extension emmet-0.0.1.vsix
Suggestion Items
emmet.suggestExpandedAbbreviation
emmet.suggestAbbreviations
emmet.suggestExpandedAbbreviation
tofalse
, and repeat the previous step, built in emmet expansion should now workCommands to test:
- The selected text or the text preceeding the cursor if no text is selected is taken as the abbreviation to expand.
- Works with html, xml, jade, slim, haml files and css,scss,sass, less, stylus files
- The selected text or the current line if no text is selected, is wrapped with given abbreviation.
- Works with html, xml, jade, slim, haml files
- The tag under the cursor is removed along with the corresponding opening/closing tag. Works with multiple cursors. Works only in html and xml files.
- The tag under the cursor is updated to the given tag. Works with multiple cursors. Works only in html and xml files.
- Cursor moves to the tag matching to the tag under cursor. Works with multiple cursors. Works only in html and xml files.
The text was updated successfully, but these errors were encountered: