Mac OS - Open new file/directory old UI
已回答
I remember in the past when I select the option to open new file/folder there was this dialog that was part of IntelliJ and I could quickly navigate to the desired directory, I even had the option to type a path and the UI would auto update.
Now when I do the same, the native Mac file explorer shows, and it's so much harder to navigate to the desired file or folder. Is there an option I can turn on to bring back the old file explorer.
The old UI used to look something like this:
The new UI looks like this:
请先登录再写评论。
Add `-Dnative.mac.file.chooser.enabled=false` using Help | Edit Custom VM Options: https://intellij-support.jetbrains.com/hc/articles/206544869.
This behavior is by design: https://youtrack.jetbrains.com/issue/IDEA-100279.
Thanks. That did it.