SettingsStoreExplorer
SettingsStoreExplorer copied to clipboard
A Visual Studio Extension with a tool window for viewing and editing the contents of Visual Studio's Settings Store.
 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...
Currently, modification under Roaming is disabled. This should be enabled as it is effectively part of User settings.
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...
In the right hand pane, if there are no properties, put some placeholder text.