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

Emmet Multiplication #1322

Closed
kalenmike opened this issue May 20, 2022 · 1 comment
Closed

Emmet Multiplication #1322

kalenmike opened this issue May 20, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@kalenmike
Copy link

kalenmike commented May 20, 2022

Emmet multiplication is not working in the template section of .vue files. Everything else seems to be working fine. But as soon as I press * the Emmet snippet disappears and autocomplete does not work.
Works:
.test>.child

<div class="test">
    <div class="child"></div>
</div>

Fails:
.test>.child*4

.test>.child*4  

The snippets work fine with Volar disabled and Vetur running. Disabling Vetur and using Volar causes it to break. Tested after reloading.

Vue Language Features (Volar) v0.34.15
Visual Studio Code 1.67.2 (Linux x64 5.11.0-37-generic)

@johnsoncodehk johnsoncodehk added the bug Something isn't working label May 22, 2022
@abitwhy
Copy link

abitwhy commented May 22, 2022

It is related to #716, which has a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants