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

[html] no suggestion for closing tag #86159

Closed
rebornix opened this issue Dec 3, 2019 · 1 comment
Closed

[html] no suggestion for closing tag #86159

rebornix opened this issue Dec 3, 2019 · 1 comment
Assignees
Labels
*as-designed Described behavior is as designed html HTML support issues

Comments

@rebornix
Copy link
Member

rebornix commented Dec 3, 2019

Testing #85973

<html>
    <foo>

    </foo>
</html>
  • put cursor in the middle of foo of line 2
  • trigger suggest, get suggestions like footer
  • press arrow down
  • trigger suggest again, get nothing
@vscodebot vscodebot bot added the html HTML support issues label Dec 3, 2019
@octref
Copy link
Contributor

octref commented Dec 5, 2019

This is as-designed. From testing description:

Test that tag auto-completion works. For example, try setting cursors in <div|></div|>, delete the div and enter d to complete div. (This will only work when primary cursor is in the beginning

and mirrored cursor in the ending one, not the other way around).

You do not have an open <footer>, so there's no auto-completion for closing </footer>.

@octref octref closed this as completed Dec 5, 2019
@octref octref added the *as-designed Described behavior is as designed label Dec 5, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*as-designed Described behavior is as designed html HTML support issues
Projects
None yet
Development

No branches or pull requests

2 participants