Create simple alias for reptitive task
I'm new to PHPStorm and PHP I'm wanting to create a simple alias.
I find myself constantly typing:
echo "<br>";
I'd like to create an alias that generates that code:
echobr
I've searched the forums and the Settings and can't figure this out.
请先登录再写评论。
You are looking for Live Templates: https://www.jetbrains.com/help/phpstorm/using-live-templates.html
Thanks!