Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想???在 IntelliJ TODO 列表中查看所有出现的 (或以任何其他方式能够查看我的 Scala 项目中所有未实现方法的列表)。似乎在 TODO 设置中添加模式\b\?\?\?\b.*不起作用。
???
Intellij 允许您创建自定义 TODO 模式。
在您的 TODO 窗口中单击过滤器图标 > 编辑过滤器 > 添加新模式。
添加新模式后,Intellij 将重新扫描您的项目并将新的 TODO 添加到列表中。
JetBrains 官方 TODO 示例
更新:
根据评论,我做了一个快速测试,看起来无法扫描评论之外的 TODO。