How to underline every var keyword? Permanently deleted user Created October 23, 2012 08:23 Hi,I would like resharper to underline _ALL_ usages of 'var' in a solution and show it as warning. Any ways to achieve this?Thanks in advance.
Hi,
You may use 'Custom Patterns' for this. Please reffer to this blogpost to have some more info: http://blogs.jetbrains.com/dotnet/2010/04/introducing-resharper-50-structural-search-and-replace/.
Thanks!