How to enable emmet/snippet with vite? #692
-
Hi, I'm very new on vite and volar. I was using vetur and quite helpful with bunch of intellisense/emmet/snippet. Now that vite recommend using volar, I try to install and use it. But I couldn't see any intellisense/emmet/snippet appear when I type, for example, Edit: I'm using vue 3 generated by |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
(I'm using freshly installed VS Code 1.62 with just Volar + the yarn create vite with typescript though template you mentioned)
Are you sure you're trying to type
If you mean Volar snippets from the |
Beta Was this translation helpful? Give feedback.
-
I got the same issue now |
Beta Was this translation helpful? Give feedback.
(I'm using freshly installed VS Code 1.62 with just Volar + the yarn create vite with typescript though template you mentioned)
Seems to work for me:
Are you sure you're trying to type
h1
within the<template>
tag?Works fine for https://github.com/nuxt/framework/discussions/845#discussioncomment-1467028
If you mean Volar snippets from the
.vscode/volar
folder, see https://github.com/nuxt/framework/discussions/845#discussioncomment-1468494 and vscode extension readme