Cursor position after auto-completition
simo2409 opened this issue · 0 comments
simo2409 commented
I try to explain the thing with an example, if I digit "ionic-view" and press tab I get
<ion-view view-title="Title">
<ion-content>
Content Here
</ion-content>
</ion-view>
and the cursor is at the end.
It's quite common pressing tab more times to go in other relevant places into the text, for example I expect to position in "view-title" field, then (pressing another time tab) to "Contente Here" and so on.
This is the really useful usage of snippets to me