Is there support for removing unused functions at the scheme or project level?
I want to be able to automatically remove all the dead code in the project or project, but it seems that this function is not supported at present?
Please sign in to leave a comment.
Please refer to the corresponding help article - https://www.jetbrains.com/help/resharper/Removing_Code_Redundancies.html. Most probably, removing redundancies via Code Cleanup could be helpful for your purpose, though it won't remove all the redundant code cause it can be unsafe.
Thank you.