Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JetBrains/resharper-devguide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3a75365bf8116bfd60d1f183df12551c85d694b8
Choose a base ref
..
head repository: JetBrains/resharper-devguide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 825f22957ae2720450d518defb1e401f5e7663bd
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 topics/basics/getting_started.md
4 changes: 2 additions & 2 deletions topics/basics/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[//]: # (title: Creating A Plugin)
[//]: # (title: Developing A Plugin)

<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->

This documentation section will help you get started with developing ReSharper Platform plugins.
You can use either [JetBrains Rider](https://www.jetbrains.com/rider/download) or [Microsoft Visual Studio](https://visualstudio.microsoft.com/downloads/) (with or without [ReSharper](https://www.jetbrains.com/resharper/download/)) as your IDE (it is highly recommended to use the latest available version).
Please refer to the [Rider Web Help](https://www.jetbrains.com/help/rider) or [ReSharper Web Help](https://www.jetbrains.com/help/resharper) to become more familiar with the products.

* [](plugin_template.md)
* [](creating_plugin.md)
* [](running_plugin.md)

> In some cases, implementing an actual ReSharper Platform plugin might not be necessary, as [alternative solutions](plugin_alternatives.md) exist.