JavaEE 课程项目: IntelliJ IDEA 实用版本控制插件开发
- 适用于IntelliJ IDEA 2021.1及以后的版本,需要JDK 17及Gradle 8.10.2,构建项目时会自动配置这些环境。
一个可以在写代码过程中自动保存版本并且可以回滚和推送到Git的实用小插件。
由于卡DDL开发时间太短导致设计混乱,如有时间应当重构逻辑。
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "plugin-test" > Install
-
Using JetBrains Marketplace:
Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.
You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.