R2D2 is an IntelliJ-based plugin that enhances the way you handle TODO comments in your codebase.
⚠️ Development Status: This plugin is currently in development stage and has not been officially submitted to the JetBrains Marketplace. Installation is only available through manual ZIP file deployment.
- Github and Gitlab issue creation support
- When writing a todo the plugin will extract the title and description from the todo and will assist you to create an issue from the intellij.
- IntelliJ IDEA version: 2024+
Since this plugin is not yet available in the JetBrains Marketplace, follow these steps for manual installation:
- Download the latest plugin ZIP file from the Releases tab
- In IntelliJ IDEA, go to
Settings/Preferences → Plugins
- Click on the gear icon (⚙️) and select
Install Plugin from Disk...
- Navigate to the downloaded ZIP file and select it
- Restart IntelliJ IDEA when prompted
- Kotlin TODO()
- Normal todo
- Bulk todo
A todo description is the following line after the todo line except whitespace.