Live Templates/Snippets
Shortcut | Action |
---|---|
Ctrl J |
Insert Live Template |
eco |
'echo' statement |
fore |
foreach(iterable_expr as $value) |
forek |
foreach(iterable_expr as $key => $value) |
inc/inco |
'include'/'include_once' statement |
prif |
private function |
prof |
protected function |
pubf |
public function |
rqr/rqro |
'require'/'require_once' statement |
Comments
Related