Xenoprimate
Xenoprimate

Reputation: 7963

How to download respeller for resharper via NuGet?

Note: I am a hobbyist C# programmer. I have no experience with NuGet (I'm not entirely sure what it's for).

I have Resharper (6 or 7, I think), and I want to install Respeller Free. However, there's no download link from that page, just a vague explanation about using NuGet...

...As always seems to be the case with these command-line things, there's no actual explanation anywhere on how to do this; just the standard blurb on why it's so much better...

Anyway, I've tried running this in the NuGet command line:

PM> Get-Package -filter spell -listavailable

But I can't see anything to do with respeller. So... What am I missing? Google turns up nothing.

Thanks in advance.

Upvotes: 3

Views: 1405

Answers (1)

Plymouth223
Plymouth223

Reputation: 1925

Resharper has it's own NuGet extension manager.

1: Go to the RESHARPER menu then select Extension Manager.

enter image description here

2: Respeller Free should be listed in the online section.

enter image description here

Upvotes: 15

Related Questions