在 PhpStorm 中启用 ST2 PHP 速记标签自动完成功能


Enable ST2 PHP shorthand tag autocomplete in PhpStorm?

所以,在Sublime中,我可以输入foreach,点击tab,然后得到这个:

<?php foreach ($variable as $key => $value): ?>
<?php endforeach ?>

如何为 PhpStorm 启用此功能?我确信在我的Sublime安装中,它是由Emmet处理的,但是在安装它之后,我没有在PhpStorm中获得此功能。它以某种方式可用吗?

请检查"实时模板简介"https://confluence.jetbrains.com/plugins/servlet/mobile#content/view/54339108