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
Can now add or remove text, comment or CDATA nodes to elements.
Support for the "any" child element flag, can now add undeclared elements when appropriate
Element and attribute stubs to allow keyboard based controls
Keyboard shortcuts for adding elements, attributes and other nodes. With options for various creation points (sibling, child, to root, to parent) and hold shift to determine if the element should go before or after.
Contextual "add element" option when pressing enter, to add new children or siblings
Autocomplete suggestions when adding new elements or attributes