mlposey / todo-tracker

An IntelliJ plugin that tracks todo comments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo Tracker

This plugin tracks todo comments in an IntelliJ IDEA project. It currently supports Go, Java, and C++ file extensions, as well as the ability to submit todos as GitHub issues.

GitHub Issues

In order to submit todo blocks as GitHub issues, the following must hold:

  1. The project contains a Git repository with a GitHub remote.
  2. The GitHub account has pull access to the remote.
  3. The todo block contains an author tag that matches the GitHub account in use.

Assuming 1, 2, and an account user, these two styles will result in successful issues:

// TODO(user): The issue title.

// TODO(user): The issue title.  
// The body of the  
// issue goes here.

Demo

Demo Gif

About

An IntelliJ plugin that tracks todo comments


Languages

Language:Java 95.1%Language:Go 4.4%Language:Shell 0.4%