How to see all TODO tasks in Android Studio?

AndroidAndroid Studio

Android Problem Overview


How could I open a view in Android Studio where all tasks that I've created using // TODO comments would be displayed?

Android Solutions


Solution 1 - Android

You can find this "view" on bottom left menu bar. Called TODO

TODO

(or)

Android Studio

go to View -> Tool Windows -> TODO to display the TODO panel

Anything marked

// TODO

should be visible in the list panel

enter image description here

Solution 2 - Android

Also, you can press the Shift twice and write TODO in the search bar to display the TODO panel.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMantasView Question on Stackoverflow
Solution 1 - AndroidNeigeView Answer on Stackoverflow
Solution 2 - AndroidGeorgios TsaprazlisView Answer on Stackoverflow