Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Shivamyadav's avatar

What's the extension you guys are using?

I want to format my .vue file or component

like this and i have beautify in my vs code extension using.

 					 <Input
                        id="password"
                        type="password"
                        name="password"
                        autocomplete="new-password"
                        v-model="form.password"
                        class="mt-1 block w-full"
                        autofocus
                        placeholder="Password"
                    /> 	
0 likes
4 replies
Shivamyadav's avatar

But it doesn't format my vue files like the above mentioned formatting code😔

AddWebContribution's avatar

esbenp.prettier-vscodeafter installing this plugin, right click anywhere on your code and select format document option

Please or to participate in this conversation.