Intellij – Reopen last project on startup
- Posted by John Dunning
- Categories IDEs, IntelliJ IDEA
- Date October 4, 2017
- Comments 0 comment
Settings -> Appearance & Behaviour -> System Settings
Reopen last project on startup
Tag:last project, project, reopen
You may also like
Intellij IDEA: download and install
6 July, 2020
Simple Java 11 Maven Project with Intellij IDEA
6 July, 2020
Intellij: Install Fluent Interface
19 September, 2019
Download latest plugin version from https://plugins.jetbrains.com/plugin/6141-generate-fluent-interface Open Intellij Intellij Menu -> Preferences -> Plugins -> Install Plugin from Disk navigate to downloaded plugin (generate_fluent_inf.jar) OK Restart ** create class extends POJO right click Generate -> Fluent Interface Methods check …