When using Visual Experience Composer it would be be incredibly helpful to add an "Insert Before" or "Insert After" function when a specific container is selected.
Currently when a container is selected and you choose to edit the HTML, any changes that are made are made within the container that is selected, which can cause some ordering or styling issues if you want to add an additional element before or after the container that is selected.
The work around for this is at present to "Expand Selection" and edit the HTML of the parent container, however this often involves updating the HTML for the main body container. If you edit the code for the main body container this will lock it's content, so any subsequent changes made outside of Target (i.e. through the CMS) won't show correctly which can create problems. Adding an "Insert Before" or "Insert After" option would allow us to quickly insert new elements into the page above or below current items without having to lock the code of the entire body.
I am happy to expand on this if the above does not make sense.