我试图弄清楚如何将选项中的正则表达式 - >重新合并中的待办事项更改为颜色代码,并允许在待办事项中使用多行.
有任何想法吗?
有没有办法让 Resharper 4.5 理解多行 TODO 或 NOTE?
例如,这将在 TODO 资源管理器中显示为两个项目:
// NOTE: Because of the external dependency, this method is particularly bug-prone.
// NOTE: Once we've adopted automated testing, we could get some nice testing for this stuff using a repository to mock an actual account.
Run Code Online (Sandbox Code Playgroud)
有没有办法让它显示为单个项目而不用写在一个很长的行上?