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

Closing brackets between tags #9482

Closed
tvarsis opened this issue Jul 19, 2016 · 3 comments
Closed

Closing brackets between tags #9482

tvarsis opened this issue Jul 19, 2016 · 3 comments
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) editor-bracket-matching Editor brace matching
Milestone

Comments

@tvarsis
Copy link

tvarsis commented Jul 19, 2016

  • VSCode Version: 1.3.1
  • OS Version: Windows 10

Steps to Reproduce:

  1. Typing <div></div> and places the cursor in between.
  2. Insert a { no closing curly brace is inserted and it looks like this <div>{</div>. However, if i add a space after and then move the cursor back one step the closing curly brace gets inserted correctly and the result looks like this <div>{} </div>
@formulahendry
Copy link
Member

Agree. This should be fixed in VS Code. PR #9535 is sent.

@joaomoreno joaomoreno added the editor-bracket-matching Editor brace matching label Sep 13, 2016
@joaomoreno joaomoreno added this to the Backlog milestone Sep 13, 2016
@joaomoreno joaomoreno assigned joaomoreno and unassigned alexdima Sep 13, 2016
@joaomoreno joaomoreno added the bug Issue identified by VS Code Team member as probable bug label Apr 21, 2017
@rebornix
Copy link
Member

Let's merge this with #18120 as we already have good explaination there.

@rebornix rebornix added the *duplicate Issue identified as a duplicate of another issue(s) label Jul 14, 2017
@PascalAOMS
Copy link

Still not fixed in 1.16.0 since the PR was not merged.
Drives me nuts.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) editor-bracket-matching Editor brace matching
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants