NamingSettingsManager cannot not be found in SDK 7.1
I'm unable to locate the class NamingSettingsManger in the current version of the ReSharper SDK v. 7.1 If this has been removed - how do I create an empty INamesCollection ?
1 comment
Sort by
Date
Votes
I'm not sure what NamingSettingsManager is - it wasn't in 6.1, 7.0 and it's not in 7.1. There is however NameSuggestionManager, which allows you to create instances of INamesCollection. Is that what you're looking for? It's a solution component, which means you can accept it as a parameter in the constructor of one of your components, and ReSharper will resolve the dependency for you.
Please sign in to leave a comment.