SettingsStoreExplorer icon indicating copy to clipboard operation
SettingsStoreExplorer copied to clipboard

A Visual Studio Extension with a tool window for viewing and editing the contents of Visual Studio's Settings Store.

Results 6 SettingsStoreExplorer issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/pharring/SettingsStoreExplorer/assets/4985349/cfba8cfe-5632-488d-847e-aa265a35379e) MS broke it. Please see and upvote here: https://developercommunity.visualstudio.com/t/VSSDKCPSExtensibility:-Image-Loading-i/10525678

I installed this extension but it didn't load. In VS's `ActivityLog.xml` I found that it couldn't find assembly `Microsoft.ApplicationInsights`. I resolved it by installing the `Developer Analytics tools` (which contain...

Add a search feature that can search the entire settings store for a key (collection name) or a value (property name) or data (for string properties). Here's the equivalent dialog...

enhancement

Currently, modification under Roaming is disabled. This should be enabled as it is effectively part of User settings.

enhancement
help wanted

Right now, you cannot get a writable settings store for the Config scope. That's hard-coded in the IVsSettingsManager implementation. Assuming we can find the registry root, can we synthesize one...

enhancement

In the right hand pane, if there are no properties, put some placeholder text.

good first issue