1. 官网下载最新的IDEA的zip版本
  2. 修改ZIP版本的idea.properties的配置文件 ```xml

    Use ${idea.home.path} macro to specify location relative to IDE installation home.

    Use ${xxx} where xxx is any Java property (including defined in previous lines of this file) to refer to its value.

    Note for Windows users: please make sure you’re using forward slashes (e.g. c:/idea/system).

——————————————————————————————————-

Uncomment this option if you want to customize path to IDE config folder. Make sure you’re using forward slashes.

——————————————————————————————————-

idea.config.path=${idea.home.path}/Bin/IdeaConfig/config

——————————————————————————————————-

Uncomment this option if you want to customize path to IDE system folder. Make sure you’re using forward slashes.

——————————————————————————————————-

idea.system.path=${idea.home.path}/Bin/IdeaConfig/system

——————————————————————————————————-

Uncomment this option if you want to customize path to user installed plugins folder. Make sure you’re using forward slashes.

——————————————————————————————————-

idea.plugins.path=${idea.config.path}/plugins ```

  1. 重新打开应用时

选择导入配置文件夹,config配置文件夹,导入中的插件包含破解重置插件即可,开始试用之后自动重置
IDEA 导入配置/备份配置