Skip to content

zhensherlock/intellij-platform-git-stats-plugin

Repository files navigation

intellij-platform-git-stats-plugin

Build Version Downloads

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.

本插件旨在通过统计当前IDE打开的项目目录中的源代码修改情况,帮助用户更好地了解自己的代码编写情况。通过分组统计某个时间段内的添加代码行数、删除代码行数、修改文件数量,最后用列表形式展现,让用户清晰地了解自己项目的整体编写情况。

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "intellij-platform-git-stats-plugin" > Install Plugin

  • 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.