Refactoring seem to search for references in unnecessary places
Answered
Hi
I'm working on a web application using ASP.Net, on this particular project we use a large third party javascript component library. Of course we never modify code in this component library to references our application code, and I've made sure to configure resharper settings "Search and Navigation" and "Code Inspection" to exclude the folders which contain the components, but this doesn't seem to stop resharper refactoring functionality to search through these files during certain refactorings and cause it to run unnecessary slow. Is there additional settings to change this behavior? Or is this a limitation in Resharper?
Best regards,
Kaveh
Please sign in to leave a comment.
Hello Kaveh
Please try installing https://confluence.jetbrains.com/display/ReSharper/ReSharper+2016.3+EAP, open ReSharper | Options | Code Editing | Third-Party Code and add folders to the list.
Thanks!
Thanks Alexander!