phpstormなどintellijのお勉強


この辺をひとまずメモ

機能・ショートカット

PhpStorm ツール - Google 検索
https://www.google.co.jp/search?q=PhpStorm+%E3%83%84%E3%83%BC%E3%83%AB&oq=PhpStorm+%E3%83%84%E3%83%BC%E3%83%AB&aqs=chrome..69i57.1770j0j7&sourceid=chrome&ie=UTF-8

PHP書いている人は、絶対にPHPStormを使うべき - koni blog
http://koni.hateblo.jp/entry/2016/01/12/090000#fn-17ab9071

PhpStormで他の言語を埋め込む - Qiita
http://qiita.com/crifff/items/94a2c2f269b005383ee8

ide - Phpstorm: add copyright information / licence header to files in project - Stack Overflow
http://stackoverflow.com/questions/28639538/phpstorm-add-copyright-information-licence-header-to-files-in-project

WebStorm(IntelliJ)で快適HTMLコーディング | webOpixel
http://www.webopixel.net/develop/694.html

PhpStormを使い始めた人は知っておきたい便利な使い方25選 その1 | karakaram-blog
http://www.karakaram.com/phpstorm-useful-tips1

PhpStormでまず覚えるべきショートカット - Qiita
http://qiita.com/crifff/items/bbdf850f0d90ad16415a

IntelliJ のショートカット一覧 - xykのブログ
http://xyk.hatenablog.com/entry/2013/12/18/093256

最強の開発環境を目指して 〜キーマップ編〜 - Qiita
http://qiita.com/Vexus2/items/fc328619deac316c3ff5

IntelliJ IDEAが便利になる40のショートカット - 壷ラボ
http://tubolabo.hatenablog.com/entry/20120225/1330185960

IntelliJIDEA_ReferenceCard_mac.pdf
https://resources.jetbrains.com/assets/products/intellij-idea/IntelliJIDEA_ReferenceCard_mac.pdf

WebStorm / PhpStorm Mac Cheat Sheet | ShortcutFoo
https://www.shortcutfoo.com/app/dojos/webstorm-phpstorm-mac/cheatsheet

ReSharper 2016.1 Help :: Quick-Fixes for Code Issues
https://www.jetbrains.com/help/resharper/2016.1/Code_Analysis__Quick-Fixes.html

忙しい人のためのIntelliJ IDEAショートカット集(´-`) - Qiita
http://qiita.com/yoppe/items/f7cbeb825c071691d3f2#-%E5%A4%89%E6%95%B0%E3%81%AE%E6%8A%BD%E5%87%BA

暗黙の引数(implicit parameters)を表示
変数の抽出

IntelliJでリファクタリング - Septeni Engineer's Blog
http://labs.septeni.co.jp/entry/2017/02/23/122428

メソッドのインライン化(⌥⌘Nまたはメニューのrefactor - Inlineを選択します)
メソッドの抽出

設定

gitでsshがうまく繋がらない

Nativeに変更したらいけた。

gitのアカウント切り替え

GUIではなく自分でコマンドでmasterを変更すれば接続できた

IntelliJ IDEAのプロジェクトをGitHubのリポジトリに連携する - ジムには乗りたい
http://su-kun1899.hatenablog.com/entry/2016/04/27/230000

git remote get-url origin
[email protected]:/user/repo.git
git remote set-url origin git@接続名:/user/repo.git