How could I open a view in Android Studio where all tasks that I've created using // TODO
comments would be displayed?
Let us see what is there in the application: You can add the tasks that are to be done in a descriptive way. You will be able to add as many tasks as you have. Once the task is completed, you will be able to remove it by clicking on “Task Completed” button.
To create a TODO comment Place the caret where you want to create a TODO item and add a comment, for example, by pressing Ctrl+/ , then type TODO or FIXME , and then type your note.
You can find this "view" on bottom left menu bar. Called 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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With