laravel-idea / plugin

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

[Bug]: Laravel package 'blade-ui-kit/blade-icons' does not autocomplete. #1052

Open Ivanmatthew opened 3 months ago

Ivanmatthew commented 3 months ago

Bug description

Currently, when in a blade file (relative path is themes > default > views > includes > header.blade.php), it will not autocomplete any icon, even the example shown in the settings.

It is confirmed in the settings that it is enabled.

Plugin version

8.2.3.241

Operating system

Windows

Steps to reproduce

  1. Install laravel idea in phpstorm.
  2. Install blade icons through composer
  3. Create a blade file in the location of your choice
  4. See it not autocompleting when entering '<x-icon-camera'

Relevant log output

No response

adelf commented 3 months ago

Have you tried to install icons before? They should be in the resources/svg folder by default.

Ivanmatthew commented 3 months ago

Have you tried to install icons before? They should be in the resources/svg folder by default.

Hey Adelf,

Thanks for your response. I'm not sure what you mean with installing the icons. As is specified all that was required to do was composer require the relevant third party sets. After manually placing the svgs inside resources/svg, the autocomplete doesn't yield any results either.

adelf commented 3 months ago

Could you tell which third-party set was added? And how.

Ivanmatthew commented 3 months ago

Could you tell which third-party set was added? And how.

I have added this https://github.com/owenvoke/blade-fontawesome according to the instructions with composer require owenvoke/blade-fontawesome Before that I had also composer require'd the blade icons package.