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

undeportedmexican's avatar

Auto Import Components in PHP Storm

Hello All,

I see in Jeffrey's videos whenever he's working with Vue, when he adds a new component, his PHP Storm not only autocompletes it, but also makes the necessary imports, and adds it as a component.

I haven't found any resource online as to why my PHP Storm won't do that, I have the Vuejs plugin and the Intellivue.

Do I need to have something special?

Thanks!!

0 likes
5 replies
Sergiu17's avatar

Hey, the only plugin I have is Vue.js and autocomplete does work, make sure the plugin is enabled Settings -> Plugins -> Installed tab

undeportedmexican's avatar

So, as it would appear, it's working. I was trying to add the component as 'SideModal', and wouldn't do anything, but when I tried to add it starting with the opening tag '<', it worked immediately. That is how you typically do it?

Please or to participate in this conversation.