Akshar Patel
Akshar Patel

Reputation: 9378

Export TODOs in Android Studio/IntelliJ

I have a project with a bunch of TODOs.

Is there any way to export all the TODOs from project to some file?

Is there any feature/trick/plugin to achieve this in Android Studio/IntelliJ?

Upvotes: 2

Views: 923

Answers (1)

Andrey
Andrey

Reputation: 16401

There is no special action to export todo list, but in IntelliJ you can run the "TODO comment" inspection, and export the inspection results.

Upvotes: 2

Related Questions