Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-close tabs to before closing brace when closing brace is on next line #584

Open
steelstring94 opened this issue Jun 17, 2017 · 1 comment

Comments

@steelstring94
Copy link

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.
@lpaulsen93
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants