Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Dead Code / Forms
Permanently deleted user
Created
I know R# will find and gray out dead code but I just took over a project and have found a lot of forms that are "dead". Is there any procedure/function for finding dead forms?
If you enable solution-wide error analysis, it will highlight unused classes and class members in dead-code color. The only thing, you'll need to open the corresponding file in order to observe that highlighting.
The forms cannot be "dead" 'cause they're public. But you can find out which form is dead by Find Usages and remove it manually.
If you enable solution-wide error analysis, it will highlight unused classes
and class members in dead-code color. The only thing, you'll need to open
the corresponding file in order to observe that highlighting.
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"