How can I make all of the IDisposable classes colored differently in the Visual Studio IDE?

前端 未结 7 1401
小蘑菇
小蘑菇 2021-01-07 21:47

Title covers it all. I\'d like classes which implement IDisposable to show up in a specific color so I can know if I should wrap them in a using block. Is there a setting

7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-07 22:02

    The word on the street is this kind of thing will be much easier in VS.NET 2010. The editor is being rewritten in WPF.

提交回复
热议问题