Emmet extension for expansion and all other actions using the new apis #21943

Open
ramya-rao-a opened this Issue Mar 3, 2017 · 2 comments

Comments

Projects
None yet
2 participants
Member

ramya-rao-a commented Mar 3, 2017 edited

For April Milestone:

Emmet features are now modularized in https://www.npmjs.com/%7Eemmetio
For example: https://github.com/emmetio/expand-abbreviation is a stand alone module for the Expand Abbreviation feature from emmet.

This issue is to track the below emmet features in a VSCode extension using the new APIs and is essentially emmet 2.0

  • Get emmet expansions in auto-complete suggestion list
  • Wrap with Abbreviation
  • Remove Tag
  • Update Tag
  • Go to Matching Pair

For May Milestone

  • Balance Inward
  • Balance Outward
  • Split/Join Tags
  • Merge Lines
  • Toggle Block Comment (html)
  • Toggle Block Comment (stylesheet)
  • Go to Next/Previous edit point
  • Select Next/Previous item (html)
  • Select Next/Previous item (stylesheet)

Deferred to next Milestone

  • Increment/Decrement by n
  • Update Image Size
  • Evaluate Math Expression
  • Reflect CSS Value

ramya-rao-a added the emmet label Mar 3, 2017

ramya-rao-a added this to the March 2017 milestone Mar 3, 2017

ramya-rao-a self-assigned this Mar 3, 2017

ramya-rao-a changed the title from Explore emmet expansion 2.0 support as an extension to Explore emmet expansion as an extension using the new emmet Mar 3, 2017

kieferrm referenced this issue Mar 3, 2017

Closed

March Iteration Plan #21923

54 of 58 tasks complete

@ramya-rao-a ramya-rao-a modified the milestone: April 2017, March 2017 Mar 30, 2017

Member

ramya-rao-a commented Apr 26, 2017 edited

At the end of April milestone, the extension is ready for testing, but not yet published.

Currently available features are listed in the README

@kieferrm kieferrm modified the milestone: May 2017, April 2017 Apr 28, 2017

ramya-rao-a changed the title from Explore emmet expansion as an extension using the new emmet to Emmet extension for expansion and all other actions using the new apis May 5, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment