Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test plan for Emmet features from extension using new APIs #25358

Closed
1 task done
ramya-rao-a opened this issue Apr 26, 2017 · 0 comments
Closed
1 task done

Test plan for Emmet features from extension using new APIs #25358

ramya-rao-a opened this issue Apr 26, 2017 · 0 comments

Comments

@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented Apr 26, 2017

Test item for #21943

Complexity: 4

OS

Pre-req for testing

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants