How to see all TODO tasks in Android Studio?

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


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