Hi,
Can somebody hint me how to write a Roslyn provider that can create resource in the C# project where the fix provider is operating.
What I want is to be able to click on a literal string in the source code and use the "light bulb" to create a resource with the string contents and replace the original literal with a reference to the resource.
Also, are you allowed to open dialogs inside a fix provider?