laravel-idea/plugin

[Feature Request]: Add postfixes for dd and dump

Closed this issue · 2 comments

Feature Description

I realized that I always end up adding my own postfixes for dd and dump, would be cool if this was native to the plugin.

Essentially allowing us to do $somecoolCode.dd<tab> and it becomes dd($somecoolCode);.

Here is an example of a postfix I created for pest.
https://github.com/JetBrains/pest-intellij/blob/master/src/main/kotlin/com/pestphp/pest/templates/PestItPostfixTemplate.kt

Awesome, fast as always! 🎉 It's good to be back in Laravel world again ❤️