The feature to jump to after the auto-closed character when pressing tab doesn't work properly with the curly braces. Steps to reproduce:
1. Type a `{` so that `{}` results 2. Press enter, which will push the `}` down two lines and your cursor down one, and indent your cursor. 3. Press Tab. Your cursor will move down a line, but it will be _before_ the closing brace rather than after it.
I am not sure if this is the intended behavior or not. The description of the auto-close plugin says:
move cursor to closed char by pressing Tab
This sounds like the current behavior is as it should be/is working as designed. @scriptum: is the described behavior a bug or not?
github-comments@lists.geany.org