Skip to content

derigel23/resharper-zencoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReSharper PowerToys Pack — Source Code
ReadMe File
——————————————————————————————————————

Note: this file is provided for a quick reference only. For detailed descriptions of the files and folders included within this installation, and for the step-by-step instructions for building the samples and installers for them, you should refer to the Confluence page at http://www.jetbrains.net/confluence, which has a section that corresponds to the PowerToys version you're using.

The JetBrains ReSharper PowerToys Pack comprises a set of sample projects that illustrate basic techniques and practices for ReSharper plugin development.
The samples are intended as a quickstart basis for building third-party ReSharper plugins, especially the plugin installers. Their source code may be freely reused.

The below descriptions are kept as generic as possible to avoid falling out of sync with the actual state of the things.

1. Folders.

• Bin — the output folder for the binaries built out of the source code, and for the installers. The latter also use it as input folder for the plugin binaries to be included with the installation package.
• Build — the main build file.
• Doc — documentation on the PowerToys and ReSharper.
• Obj — intermediate directory for the build process temporary files (relocated from under the projects).
• Setup — the common infrastructure for the PowerToy installers.
• Src — the source code for the PowerToy sample plugins.

1. Before you compile.

To set up the freshly downloaded set of sources for local compilation, you should specify the path to the Bin folder of the local R# installation (see .Targets file that is included into each of the .csproj project files). From this point on, you may open the solution in Visual Studio.

Then, download and install a WiX version that is compatible with the samples, and correct the WiX location paths (see .Targets file that is included into each Setup project). 

2. Building.

The Build/Build.proj file is the central build facility for both the source code and the installers. See the file itself for more detailed instructions. This file is an MSBuild build script.

3. Writing own R# Plugins.

There are no special requirements for the plugin projects or DLLs.

Building an installer for a plugin takes no more than setting up a few properties in the build file, provided that it's based on the infrastructure given by the PowerToys Pack; see setup build files for a self-descriptive example.

——
Develop with Pleasure!

About

A customized version of ReSharper's ZenCoding plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published