Tag: IntelliJ
Mac | Windows | 備考 |
CMD+SHIFT+A | コマンドなどを検索して実行 | |
CMD+SHIFT+N | ファイルを検索 | |
OPT+ENTER | Quick Fix | |
CTRL+SHIFT+F | プロジェクトから検索 | |
OPT+CMD+矢印左右 | 戻る/進む | |
OPT+F1 | Alt+F1 | エディタで表示中のファイルをプロジェクトに表示 |
.ipr file based format Share the project .ipr file and and all the .iml module files, don't share the .iws file as it stores user specific settings. .idea directory based format Share all the files under .idea directory in the project root except the workspace.xml and tasks.xml files which store user specific settings, also share all the .iml module files.