Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.14 KB

RUN_RESHARPER.md

File metadata and controls

33 lines (30 loc) · 1.14 KB

ForTea ReSharper plugin run/debug instructions

Prerequirements:

Same as for building the plugin.
Additionally, you'll need an instance of Visual Studio with ReSharper.
To debug the plugin, it is strongly recommended to also have Rider installed.

Running ReSharper plugin

To run ReSharper plugin, do the following:

  • Build the plugin;
  • Open Visual Studio;
  • Add Backend/artifacts/Debug or Backend/artifacts/Release as an extension source; That can be done using Extensions > ReSharper > Extension Manager > Options > Add;
  • Save;
  • Install the ReSharper plugin using the Extension manager;
  • Restart Visual Studio

Debugging ReSharper plugin

To debug ReSharper plugin, build and run the plugin, then open Backend/ForTea.ReSharper.sln in a .NET IDE (Rider is strongly recommended), invoke Attach to process action and select devenv process.

Running/debugging Rider plugin

Run/debug instructions for Rider plugin can be found here.