Tag: IntelliJ
.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.
CMD+SHIFT+A | コマンドなどを検索して実行 |
CMD+SHIFT+N | ファイルを検索 |
OPT+ENTER | Quick Fix |