Phpstorm 使用自动完成功能在关键字上插入代码

Phpstorm insert code on keyword with autocomplete

我的问题是我是否可以在 Phpstorm 中创建自己的自动完成项。因此,当我输入 met 并输入时,它将插入:

public function ()
{
}

我在 this page, posted by LazyOne

找到了解决方案

类似于 pubf tab ?

设置 => 编辑器 => 实时模板。查看更多 here.