简体   繁体   English

PHPSTORM:在所有打开的文件中显示 TODO 注释

[英]PHPSTORM: Show TODO comments in all open files

How can I see all my TODO comments in all the open files in PhpStorm?如何在 PhpStorm 的所有打开文件中查看所有 TODO 注释?

I cannot find this option in the Scope Based tab, nor I can define this view by myself.我在基于范围的选项卡中找不到此选项,也无法自己定义此视图。

You cannot -- there is no such scope.你不能——没有这样的范围。

Unless, of course, if you create some custom scope and manually add all opened files there (which is not the way to go ... as you would need to manually update such scope when you open new/close old files).除非,当然,如果您创建一些自定义范围并在那里手动添加所有打开的文件(这不是可行的方法......因为您在打开新/关闭旧文件时需要手动更新此类范围)。

Feel free to submit Feature Request to the Issue Tracker: http://youtrack.jetbrains.com/issues/WI随时问题跟踪器提交功能请求:http: //youtrack.jetbrains.com/issues/WI

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM