Subscribe on changes!

Autocomplete for Vue SFC Playground

avatar
Dec 27th 2022

What problem does this feature solve?

It would be nice with code autocomplete on the Vue SFC Playground.

So it can autocomplete HTML elements, HTML attributes, Vue-specific attributes, and JavaScript.

Example the user type v- and it autocompletes v-if and v-for, etc.

What does the proposed API look like?

N/A

avatar
Dec 28th 2022

Maybe this PR can solve your problem.

I will close this because it is a problem with vuejs/repl, and you should open an issue in vuejs/repl.