Coder Social home page Coder Social logo

resharper-zencoding's Introduction

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!

resharper-zencoding's People

Contributors

agross avatar derigel23 avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.