Launching IntelliJ with a specific project
已回答
This post already existed 8 years ago and i was wondering if there is a possibility so start intellij into a specific project by now, because on some projects i can drink a whole cup of coffee until it finished loading just to switch to another one and I'm on a decent rig with a ssd.
请先登录再写评论。
When Settings (Preferences on macOS) | Appearance & Behavior | System Settings | Startup/Shutdown | Reopen last project on startup option is enabled IDE will start with the last opened project, otherwise you will see a welcome screen on startup from where you can select the project you want to open.
It is also possible to open specific project from command line: https://www.jetbrains.com/help/idea/opening-files-from-command-line.html (specify the path to .idea configuration project directory).