barryvdh / laravel-ide-helper

IDE Helper for Laravel
MIT License
14.17k stars 1.16k forks source link

@mixin Alternative #1535

Closed kadirgun closed 6 months ago

kadirgun commented 6 months ago

Versions:

Question:

I am using the PHP Intelephense plugin on Visual Studio Code. Since this plugin offers the @mixin feature for a fee, I am looking for an alternative.

https://github.com/bmewburn/vscode-intelephense/blob/987fc966243a64f87211095a02fa8c5df8b37956/CHANGELOG.md?plain=1#L218

It can be like this;

* @method static \Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder|User query()
mfn commented 6 months ago

I'd say the alternative is phpstorm.

Anyway, it's unclear what you're after with your example. I'm confident all the question and issues have been asked before, please use the search. Feel free to elaborate your case if you think it's something else.

Thanks