Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jetbrains-research/topias

IntelliJ plugin for visualization of VCS changes statistics.
https://github.com/jetbrains-research/topias

data-visualization intellij-plugin vcs-information vcs-tools

Last synced: 12 days ago
JSON representation

IntelliJ plugin for visualization of VCS changes statistics.

Awesome Lists containing this project

README

        

### Topias — IntelliJ IDEA plugin for visualization of VCS changes frequency.

[![Build Status](https://travis-ci.org/JetBrains-Research/topias.svg?branch=master)](https://travis-ci.org/ml-in-programming/topias)

Shows changes count of methods since the beginning of project history as a read-only text labels with information about changes count for a period of time and a histogram with changes count per day above the method's signature.

### Download
https://plugins.jetbrains.com/plugin/12564-topias

### Plugin demo video
https://youtu.be/xsqc4gCTxfA

### How to use
Just install plugin from official JetBrains repository, and it will find a VCS root in your Java project. If VCS root was not found, you could set it manually in plugin's settings (Settings -> Topias plugin settings).

### Screenshots
![pic](./files/renowed_method_sig.png)

![pic1](./files/methods_list.png)