如何在 Android Studio 中查看所有 TODO 任务?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/23384804/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to see all TODO tasks in Android Studio?
提问by Mantas
How could I open a view in Android Studio where all tasks that I've created using // TODO
comments would be displayed?
如何在 Android Studio 中打开一个视图,在其中显示我使用// TODO
评论创建的所有任务?
回答by Neige
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
转到 View -> Tool Windows -> TODO 以显示 TODO 面板
Anything marked
任何标记
// TODO
// 去做
should be visible in the list panel
应该在列表面板中可见
回答by Georgios Tsaprazlis
Also, you can press the Shift twiceand write TODOin the search bar to display the TODO panel.
此外,您可以按Shift 两次并在搜索栏中写入TODO以显示TODO 面板。