Skip to content

Instantly share code, notes, and snippets.

@miukoba
Created December 12, 2013 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miukoba/7922295 to your computer and use it in GitHub Desktop.
Save miukoba/7922295 to your computer and use it in GitHub Desktop.
Live Template for PhpStorm

登録の流れ

  • Abbereviation, Description, Template text を入力
  • Edit variables をクリックして、順番を変更
  • Reformat according to style にチェック
  • Defineをクリックして、PHPを選択

PHP

'for' statement

  • for
  • 'for' statement
for ($$i = 0; $$i < count($ARRAY$); $$i++) {
    $$$VAR$ = $ARRAY$[$$i];
    $END$
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment