idea-php-laravel-plugin icon indicating copy to clipboard operation
idea-php-laravel-plugin copied to clipboard

Recognise class aliases from config/app.php

Open zoranlorkovic opened this issue 8 years ago • 2 comments

Hi,

It would be cool if plugin would recognise all aliases from config/app.php file so when we use it we can CMD+click to go to class definition.

Kind regards.

zoranlorkovic avatar Jan 17 '17 15:01 zoranlorkovic

You could use this: https://github.com/barryvdh/laravel-ide-helper

catalinux avatar Jan 18 '17 07:01 catalinux

The down side of using Laravel IDE Helper is that you create and use code only to help your IDE understand what's going on. +1

shaffe-fr avatar Feb 07 '17 09:02 shaffe-fr