Quantcast
Browsing latest articles
Browse All 12 View Live

PhpStormでGruntを実行

External Toolsでただしい設定をしていても下記のエラーが起こるときはPhpStormをコマンドラインで起動する方法を試す。 env: node: No such file or directory 関連記事 » PhpStormコマンドラインとExternal Toolsのメモ 参考記事 » Mac – Tools > Run Command… で困らないために – Qiita...

View Article


PhpStormで文字列をタグで囲む : PhpStorm

選択した文字列をタグで囲む方法。 メニュー > Code > Surround With ショートカット option + command + t [PhpStorm/WebStorm]Surround Templatesでコード変更を効率化 | バシャログ。 Surround selection on typing quote or brace – marsのメモ

View Article


PhpStormでXDebugを使いデバッグ : PHP

PhpStormはXDebugを使いステップ実行などデバッグをすることができます。MacへのXDebugのインストールおよびXDebug、PhpStormの設定を記載しています。 XDebug設定 PhpStorm設定 1. XDebug設定 インストール $ brew install php56-xdebug 設定ファイル 下記コマンドで設定ファイルの場所を確認できます。 $ php --ini...

View Article

PhpStormでuse節を折りたたまない

Editor > General > Code Folding > PHP importsのチェックを外す。

View Article

PHPファイルの新規作成で挿入されるヘッダ情報を削除 : PhpStorm

以下のリンクに記載。 php – Disable PHPStorm new file branding – Stack Overflow

View Article

Browsing latest articles
Browse All 12 View Live