Install extensions from PowerShell Follow
I am trying to create a fully automated setup for my developer computer.
I am using Chocolatey and custom PowerShell scripts for this.
ReSharper itself can be installed using Chocolatey, however, I couldn't find any documentation on how to install ReSharper extensions using PowerShell.
Is this even possible?
Please sign in to leave a comment.
Hi Daniel!
I am afraid, but currently - it's impossible.
Is there anything available from the command line or from COM or .NET objects that can be used to configure resharper?
Hello,
The only automation available only runs from within the Visual Studio process,
so it's not quite powershellable.
But in R#9 it should eventually be possible to install extensions externally
via the R# installer, if we manage to support this correctly (and especially
if there's demand for that;)
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
Was there ever any development on this front?
We are looking at provisioning scripts for developer VMs and can install Resharper via Powershell. but I have not yet found anything on how to add the extensions for VS (currently hoping to add Style Cop) so that the developer experience is set up and configured as completely as possible.
Any help appreciated.
Thanks
Stu
Hello Stu!
There's option to install ReSharper via command line, here's correspondent article.
Not sure if understood correctly corcerning StyleCop, do you mean StyleCop by JetBrains extension for ReSharper? If so unfortunately there's no such option for ReSharper plugins.
Thank you.