Tag: IntelliJ
export JAVA_HOME=/usr/java/jdk1.8.0_65 export PATH=$JAVA_HOME/bin:$PATH
export PATH=/usr/local/bin:/usr/local/idea/bin:$PATH
Mac | Windows | 備考 |
CMD+SHIFT+A | コマンドなどを検索して実行 | |
CMD+SHIFT+O | ファイルを検索して開く | |
CMD+E | 最近使用したファイルを開く | |
OPT+ENTER | Quick Fix | |
CTRL+SHIFT+F | プロジェクトから検索 | |
OPT+CMD+矢印左右 | 戻る/進む | |
OPT+F1 | Alt+F1 | エディタで表示中のファイルをプロジェクトに表示 |
Ctrl+Tab | 最近使ったファイルに切替 |
.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.