Hi, I have been using this app for a little while now, and find that I would like to be able to skip auto-completed characters using Tab, similar to the functionality in Visual Studios. Ideally, I would also like to be able to delete auto-completed characters by deleting the character which prompted the auto-complete.
This would save users from having to arrow or mouse around when making a typo, and would allow them to fluidly continue typing after the point of insertion of auto-inserted characters.
example: Typing "<body>" in an html document currently auto-inserts "</body>". Deleting "<body>" should automatically remove "</body>" as well. Tabbing while the cursor is directly in front of "</body>" should place the cursor directly after "</body>". The same would go for any other auto-completed characters or phrases.