How to prevent open last projects when IntelliJ IDEA starts?

前端 未结 13 1614
我寻月下人不归
我寻月下人不归 2020-12-07 09:35

By default IntelliJ IDEA opens the last project when starting.

How to start IntelliJ without opening last project?

13条回答
  •  感情败类
    2020-12-07 10:34

    On WINDOWS, the path is:

    C:\Users\[USERNAME]\.IntelliJIdea[VERSION]\config\options\ide.general.xml

    Then set reopenLastProject to false, i.e.:


    PS: You may have to create the option if it doesn't exist.

提交回复
热议问题