Load ReSharper Plugin from Visual Studio Extension
I'm developing a Visual Studio Extension. If ReSharper is installed, an additional ReSharper plugin (which I've also developed) is needed in order for the extension to work correctly.
Is it possible to load the ReSharper plugin from the VS extension? I would prefer not having to manually install the ReSharper plugin. I have found the resharper-vsix project on github which seems to do what I need, however it does not support current ReSharper versions.
Please sign in to leave a comment.