(opens in a new tab)
(opens in a new tab)
ReSharper Cookbook
Installs and configures JetBrains ReSharper Ultimate.
Requirements
Visual Studio is already installed.
Usage
Include the resharper::default recipe in your run list.
Attributes
Optional
node['resharper']['version']- Defaults to ReSharper2018.1. If you change this you'll need to change the installer checksum.node['resharper']['checksum']- The setup executable SHA256 checksum.node['resharper']['source']- Root URL to download the setup executable, defaults tohttps://download.jetbrains.com/resharper/.node['resharper']['vs_versions']- The Visual Studio major versions to integrate ReSharper into. Defaults to%w(10 11 12 14)where 14 is Visual Studio 2015 and so on.node['resharper']['products']- The JetBrains products to install. Defaults todotPeek;ReSharper. Product names must be separated by semicolons.
See this JetBrains article (opens in a new tab) for all vs_versions and products options.
Recipes
default
Installs ReSharper
Author
Author:: Shawn Neal (sneal@sneal.net)