Modifying autocomplete
I have been searching for a way to modify what autocomplete shows for certain key presses. For example if you do <?p you get <?php. I would like to add one that if I type ? it will give me <?php ?> with cursor in the middle is this possible? thanks
请先登录再写评论。
Hi there,
Have a look at https://confluence.jetbrains.com/display/PhpStorm/Live+Templates+%28Snippets%29+in+PhpStorm
Thanks that is what I was looking for