Search code examples
idephpstorm

PHPStorm Live templates not expanding


I've just started to play araound with PHPStorm and I can't get the live templates to work. For example there's one for a public function..'pubf' then tab to expand however when I tab mine out it looks like this...

<pubf></pubf>

What's going on? Is there a setting I need to enable to get it to work?

Thanks


Solution

  • It was a question of scope for the template, just needed to select the appropriate file types.