rentalhost / laravel-insight

IDEA plugin to works with Laravel Framework.
MIT License
27 stars 6 forks source link

Autocomplete path on the asset() function. #33

Open phiter opened 6 years ago

phiter commented 6 years ago

The asset() helper creates a link to the desired file in the /public folder.

My suggestion is to trigger path/file autocomplete when user start typing a string in it, like it happens in HTML when typing a link href.

image

This is what happens now:

image

rentalhost commented 6 years ago

It is really useful. I will study to how I can do it. I belive that it is possible.