Need easier way to change property between Model Property and Instance Property
Summary: Drag-and-drop is fine when there are only a few properties. But with lots of properties - especially when there are multiple long-ish View properties - dragging is really annoying. (Especially since autoscrolling is slow and finicky, at least in Chrome.)
When I found myself wishing i'd prefixed my Property Names with an arbitrary "A" in order to work around the UI, I realized the UI probably ought to be more convenient. (This was after adding a few Properties to a Model with sub-Models, so I needed to perform the dragging-dance 3 times on each of 11 sub-models.)