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

Cannot auto close <template> tag when #4893

Open
L33Z22L11 opened this issue Sep 27, 2024 · 0 comments · May be fixed by #4894
Open

Cannot auto close <template> tag when #4893

L33Z22L11 opened this issue Sep 27, 2024 · 0 comments · May be fixed by #4894
Labels
bug Something isn't working good reproduction ✨ This issue provides a good reproduction, we will be able to investigate it first 🍰 p2-nice-to-have upstream

Comments

@L33Z22L11
Copy link

Vue - Official extension or vue-tsc version

2.1.6

VSCode version

1.93.1

Vue version

3.5.10

TypeScript version

5.6.2

System Info

System:
    OS: Windows 11 10.0.22631
    CPU: (16) x64 AMD Ryzen 7 5800H with Radeon Graphics
    Memory: 3.65 GB / 15.86 GB
  Binaries:
    Node: 22.8.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.22 - ~\AppData\Roaming\npm\yarn.CMD
    npm: 10.8.0 - C:\Program Files\nodejs\npm.CMD
    pnpm: 9.11.0 - ~\AppData\Local\pnpm\pnpm.CMD
  Browsers:
    Edge: Chromium (127.0.2651.98)
    Internet Explorer: 11.0.22621.3527

package.json dependencies

{
	"dependencies": {
		"typescript": "^5.6.2",
		"vue": "^3.5.10"
	}
}

Steps to reproduce

  1. Type it below
    <template>
        <span></span>
    </

What is expected?

  • Auto complete the end tag </template>.

What is actually happening?

  • Not autocompleted.
  • With some built-in and HTML tags appearing in the candidate list.
    image

Link to minimal reproduction

No response

Any additional comments?

No response

@KazariEX KazariEX added bug Something isn't working good reproduction ✨ This issue provides a good reproduction, we will be able to investigate it first 🍰 p2-nice-to-have upstream and removed pending triage labels Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good reproduction ✨ This issue provides a good reproduction, we will be able to investigate it first 🍰 p2-nice-to-have upstream
Projects
None yet
2 participants