R
R
russeljo2019-05-30 17:50:48
phpstorm
russeljo, 2019-05-30 17:50:48

How to quickly insert language constructs in PHPStorm?

How to quickly expand:
1. if, if-else
2. <?php if(): ?> <?php endif; ?> , <? if(): ?> <? endif; ?> , and also with else
3. <? ?>, <?php ?>
4 <?php foreach($ as $=>$){ } ?>
is there anything else that makes it easier to type things in?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2019-05-30
@russeljo

live templates
https://www.jetbrains.com/help/phpstorm/using-live...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question