|
4 | 4 | [](https://plugins.jetbrains.com/plugin/com.huayi.intellijplatform.gitstats)
|
5 | 5 | [](https://plugins.jetbrains.com/plugin/com.huayi.intellijplatform.gitstats)
|
6 | 6 |
|
7 |
| -## Template ToDo list |
8 |
| -- [x] Create a new [IntelliJ Platform Plugin Template][template] project. |
9 |
| -- [ ] Get familiar with the [template documentation][template]. |
10 |
| -- [ ] Adjust the [pluginGroup](./gradle.properties), [plugin ID](./src/main/resources/META-INF/plugin.xml) and [sources package](./src/main/kotlin). |
11 |
| -- [ ] Adjust the plugin description in `README` (see [Tips][docs:plugin-description]) |
12 |
| -- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html?from=IJPluginTemplate). |
13 |
| -- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time. |
14 |
| -- [ ] Set the `PLUGIN_ID` in the above README badges. |
15 |
| -- [ ] Set the [Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html?from=IJPluginTemplate) related [secrets](https://github.com/JetBrains/intellij-platform-plugin-template#environment-variables). |
16 |
| -- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate). |
17 |
| -- [ ] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes. |
| 7 | +[//]: # (## Template ToDo list) |
| 8 | + |
| 9 | +[//]: # (- [x] Create a new [IntelliJ Platform Plugin Template][template] project.) |
| 10 | + |
| 11 | +[//]: # (- [ ] Get familiar with the [template documentation][template].) |
| 12 | + |
| 13 | +[//]: # (- [ ] Adjust the [pluginGroup](./gradle.properties), [plugin ID](./src/main/resources/META-INF/plugin.xml) and [sources package](./src/main/kotlin).) |
| 14 | + |
| 15 | +[//]: # (- [ ] Adjust the plugin description in `README` (see [Tips][docs:plugin-description])) |
| 16 | + |
| 17 | +[//]: # (- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html?from=IJPluginTemplate).) |
| 18 | + |
| 19 | +[//]: # (- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.) |
| 20 | + |
| 21 | +[//]: # (- [ ] Set the `PLUGIN_ID` in the above README badges.) |
| 22 | + |
| 23 | +[//]: # (- [ ] Set the [Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html?from=IJPluginTemplate) related [secrets](https://github.com/JetBrains/intellij-platform-plugin-template#environment-variables).) |
| 24 | + |
| 25 | +[//]: # (- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate).) |
| 26 | + |
| 27 | +[//]: # (- [ ] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.) |
18 | 28 |
|
19 | 29 | <!-- Plugin description -->
|
20 | 30 | This plugin aims to help users better understand their code writing by counting the modifications of the source code in the project directory opened by the current IDE. It groups and counts the number of added lines of code, deleted lines of code, and modified files within a certain time period, and finally presents the results in a list form, allowing users to have a clear understanding of the overall code writing situation of their projects.
|
|
0 commit comments