How can I make my plugin support the options to apply the plugin to "in file, in folder, in project, in solution"
How can I make my ContextAction plugin support the options to apply the plugin to "in file, in folder, in project, in solution" like is available to several ReSharper actions like "Remove region/endregion directives", "Remove redundent argument(s) value" , etc.. (To have the plugin action apply to all code in a file, folder, project or solution, depending on what the user selects?
Please sign in to leave a comment.
Is this possible to make a custom plugin support "in file, in folder, in project, in solution" like is available to several ReSharper actions in the new/current version (ReSharper 10)?