I have Visual Studio with Resharper 7.1 configured in it. I opened a solution and added a word say QWERTY
in the abbreviation list. I could find this entry in GlobalSettingsStorage.DotSettings
file and everything is working as expected.
Now I deleted this abbreviation entry from GlobalSettingsStorage.DotSettings
file. Now also I am able to see the abbreviation word in the solution as valid through Resharper. Then I checked my mySolution1.DotSettings
in my solution's folder and could not find this entry here as well. Can any one help me to understand where this abbreviation is actually stored? Also what are the places where resharper settings are actually stored?