Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jetbrains-research/topias
- Owner: JetBrains-Research
- License: mit
- Created: 2018-09-16T12:35:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T20:42:05.000Z (over 4 years ago)
- Last Synced: 2024-11-20T15:15:20.060Z (2 months ago)
- Topics: data-visualization, intellij-plugin, vcs-information, vcs-tools
- Language: Java
- Homepage:
- Size: 54.2 MB
- Stars: 5
- Watchers: 5
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
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)