ReSharper for Visual Studio Code Help

Consume NuGet packages

You can install, update, and remove NuGet packages using the context menu of the Solution Explorer .

Browse installed NuGet packages

ReSharper displays installed NuGet packages in the Solution Explorer, under Dependencies | Packages:

ReSharper: view installed NuGet packages

Install NuGet packages

  1. Right-click a project in the Solution Explorer (or alternatively, Dependencies or Packages node inside that project), and choose Install NuGet Package:

    ReSharper: install NuGet packages
  2. In the popup that opens, type the name of the package you want to install and press Enter. ReSharper will display the list of packages that matches the search term. After that, you can type in the popup to narrow down the list:

    ReSharper: install NuGet packages
  3. Double-click the desired package. It will be installed in the project and you will see the confirmation message:

    ReSharper: install NuGet package. Notification
08 December 2025