Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JetBrains/resharper-devguide

Developer guide for the ReSharper Platform
https://github.com/JetBrains/resharper-devguide

docs jetbrains resharper resharper-devguide resharper-platform resharper-plugin sdk

Last synced: about 2 months ago
JSON representation

Developer guide for the ReSharper Platform

Awesome Lists containing this project

README

        

[![official JetBrains project](http://jb.gg/badges/official-flat-square.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)

Welcome to the developer guide for the [ReSharper Platform](Intro/ReSharperPlatform.md). This is the primary source of documentation for developing extensions for the ReSharper Platform that ships as part of ReSharper.

To view the guide, please visit: [https://www.jetbrains.com/help/resharper/sdk/](https://www.jetbrains.com/help/resharper/sdk/)

## Getting Started

* [**The ReSharper Platform**](Intro/ReSharperPlatform.md)
* [**About this Guide**](Intro/about.md)
* [**Key Topics**](Intro/key_topics.md)
* [**Getting Help**](Intro/getting_help.md)

## Open Source

This guide is Open Source, licensed under Apache 2.0. The source (as Markdown) is [hosted on GitHub](https://github.com/JetBrains/resharper-devguide). Please feel free to [raise issues](https://github.com/JetBrains/resharper-devguide/issues) or create pull requests to address incorrect or missing content. Please see the [CONTRIBUTING](CONTRIBUTING.md) page for details on how to build locally.

The guide is very much a work in progress (the ReSharper Platform has a very large feature set and API surface), and is by no means a complete reference of the API. The table of contents provides a non-exhaustive list of available features, and shows missing content by greying out the page. Issues are a great way of prioritising what documentation needs to be addressed first. Please let us know what we should focus on!

## Previous versions

This guide intends to target the current version of ReSharper, and does not maintain documentation for working with previous versions of the ReSharper Platform. However, large parts of the architecture and implementation are very stable, and the documentation may also apply to previous versions.