Open
Description
The feature to jump to after the auto-closed character when pressing tab doesn't work properly with the curly braces. Steps to reproduce:
- Type a
{
so that{}
results - Press enter, which will push the
}
down two lines and your cursor down one, and indent your cursor. - Press Tab. Your cursor will move down a line, but it will be before the closing brace rather than after it.