PhpStormでhtmlファイルをfileプロトコル(file:///)で開く

ブラウザアイコンをShiftを押しながらクリックする。 I cannot preview html in webstorm soft – Stack Overflow

PhpStormのリフォーマットで改行を維持する : PhpStorm

PhpStormはReformat Code(option + command + l)でPreference > Editor > Code Styleで設定したスタイルにフォーマットする。 // フォーマット前 so […]

CakePHPでコンポーネントの補完 : CakePHP

CakePHPのコンポーネントをPhpStormでコード補完する。

phpStormでPush failed Failed with error: fatal: Could not read from remote repository.

PhpStormでGitへのpushで下記エラーが発生した。 Push failed Failed with error: fatal: Could not read from remote repository. Pr […]

PhpStorm/IntelliJでプロジェクト一覧からプロジェクトを削除

方法がずっと解らなかったが下記記事に記載されていた。

PhpStormでコードスタイルを指定する : WordPress

PhpStormのコードスタイルを設定・適用するメモ。

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

選択した文字列をタグで囲む方法。

PhpStormのFind Usagesの結果をプログラムコードに限定する

command + alt + shift + f7で表示したFind UsageダイアログでSearch for text occurrencesのチェックをはずすとコードに限定したFind Usageを実行する。 ド […]

PhpStormでGruntを実行

External Toolsでただしい設定をしていても下記のエラーが起こるときはPhpStormをコマンドラインで起動する方法を試す。 env: node: No such file or directory 関連記事 […]

PhpStormからXAMPPのMySQLへ接続

PhpStormからXAMPP for MACのMySQLへ接続したさいのメモ。 下記のエラーがでた Communications link failure my.cnfの下記行をコメントアウト skip-network […]

PhpStormでFTPのパッシブモードを設定

PhpStormはFTP, FTPS, SFTPに対応。FTP情報はTools > Deployment > Configrationで設定する。 Advanced Optionsでパッシブモード(Passive mod […]

PhpStormコマンドラインとExternal Toolsのメモ

PhpStormはIDEからコマンドラインを使える(Shift + command + X)。 コマンドラインを使うプログラムはSettings(command + ,) > IDE Setttings > Extern […]

PhpStorm(5.1)のカラースキーム Wombat : PHP

PhpStormの黒背景のカラースキームでWombatというのがあったのでメモ。

PhpStorm + Xdebugを使ったPHPのデバック方法(XAMPP for Mac) : PHP

MacにインストールしたPhpStorm + Xdebugを使いPHPをデバックするためのメモ。

SassインストールとPhpStormの設定(Mac) : CSS

SassをMacにインストールしてPhpStormから実行できるよう設定。 » Sass – Syntactically Awesome Stylesheets Sassの設定 Sassインストール sudo […]

PhpStormでcommand + 数字 : PHP

PhpStormのショートカットで command + 数字で色々なWindowを開ける command + 0 Messeage command + 1 Project command + 2 Favorites

PhpStromの設定をファイルでエクスポート

PhpStromのWELCOM画面?のFile > Export Settings Exporting and Importing Settings

PhpStormでカスタマイズしているショートカットなどのメモ : PHP

Mac OS X 10.5+ をベースにしてプラグインIdeaVimを指定。その他に設定したショートカットのメモ。 Macショートカット一般 ダイアログのボタンをタブで移動可能にする システム環境設定 > キーボード > […]

PhpStormでGitを使う : PHP

Project Settings > Version Control

PhpStormで選択したフォルダをFinderで開く : PHP

IDE Settings > External Tools 選択したフォルダをFinderで開く例 keymapでキーボードショートカットをshift + option + command + Fに設定した。