IntelliJ
ショートカット(Keymap)
table:shortcut
英語名 説明
Main Menu > Navigate > Go to declaration or usages メソッド定義 or 利用箇所にジャンプ Emacs Keybind では Control + Click になっている
Main Menu > Navigate > Go to implementation(s) interface などの実装にジャンプ Emacs Keybind では設定されていないので Control + Shift + Click とかにしておく
Inspection の設定を変更する
Duplicated code fragment エラーがめっちゃ出る
Settings > Editor > Inspections > General > Duplicated code fragment
Json の整形をする
インデントつけたり、折りたたんだりしながら json を確認したい場合に使える
外部の web に貼り付けたくない場合とか
手順
拡張子が .json のファイルを作成する
json の中身を貼り付ける
ファイル名を右クリックして、 Reformat Code
何もチェックを入れずに OK を押す