Switch from Idea Ultimate to Community

已回答

I used Ultimate for many years on the company dime before I retired. Now I code for fun. I have Ultimate installed and when I bring it up I am challenged for the license which I no longer have. To migrate to Community I understand I must export settings from Ultimate in order to import them to Community, but I cannot get past the challenge for the license to do this. What should I do? Also, is it necessary to uninstall Ultimate and install Community, or is there a way to downgrade from Ultimate to Community without uninstall/install?

0
For IDE level settings, it is stored under the configuration folder. For project settings, it is stored in the .xml format together with other project files in the .idea directory.

In this case, the corresponding configuration files need to my copied manually, please check below articles for more details.

https://www.jetbrains.com/help/idea/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#config-directory
https://www.jetbrains.com/help/idea/configure-project-settings.html
0

请先登录再写评论。