The “Where-Used” in Visual Studio Code is nice, but not always productive. Today I wanted to see where a field was used and came up with an alternative I wanted to share.
If you mark a field ObsoleteState::Pending the compile will throw warnings everywhere the field is used. This allows you to quickly use the error window to jump through the code and check whatever you want…
Continue Reading Mark Brummel’s Article on their blog
https://markbrummel.blog/2019/10/02/tip-62-where-used-in-visual-studio-code/
Blog Syndicated with Mark Brummel’s Permission