laravel-idea / plugin

Laravel Idea plugin for PhpStorm
https://laravel-idea.com/
173 stars 7 forks source link

[Feature Request]: Support for Vite #648

Closed cgreuling closed 1 year ago

cgreuling commented 2 years ago

Feature Description

Is Laravel + Vite support on the roadmap as a replacement for mix?

adelf commented 2 years ago

Hi. What kind of support needed?

cgreuling commented 2 years ago

Honestly, not sure if it's this plugin or not after thinking about it more. Might be a PHPStorm thing.

The one of the issues with the switch from Mix to Vite (probably minor in the grand scheme) is the autocomplete of imports in a Vue component (i.e. InertiaJS) where it doesn't import the extension.

BTW, this plugin has been incredible since I started using it.

SpeakInCode commented 1 year ago

@cgreuling you're correct in assuming that is a PhpStorm thing, and has nothing to do with this plugin.

adelf commented 1 year ago

You're right. Currently, this plugin only provides PHP and Blade support.