# idea-config **Repository Path**: timebusker/idea-config ## Basic Information - **Project Name**: idea-config - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # idea-config 常用IDEA配置 ## 修改IDEA idea.properties 的配置信息如下: ``` #--------------------------------------------------------------------- # Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes. #--------------------------------------------------------------------- idea.config.path=D:/Workspaces/idea-workspaces/.IntelliJIdea2016.2/config #--------------------------------------------------------------------- # Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes. #--------------------------------------------------------------------- idea.system.path=D:/Workspaces/idea-workspaces/.IntelliJIdea2016.2/system ```