Git Product home page Git Product logo

regisstand's Introduction

Regisstand

Regisstand (Region Assistant) is a first version of a visual studio extension to refractor your code easier.

All functions are available by right-clicking in the editor of a file

rtuUJnAkoR

Installation

Visual Studio Marketplace

Go to Visual Studio Extensions -> Manage Extensions -> Online -> Type 'RegisstandCodeCleanup'

OR

Download via https://marketplace.visualstudio.com/items?itemName=timi992000.RegisstandCodeCleanup and install it

Current Functions

Compress all cs files by path to one

Select a directory and all of its files will be merged together to one codedocument with all codeelements

Surround members with regions

All Elements in all classes of the current document will be surrounded by a region

Rename all types here with your prefix

Rename all types in the current document with a choosable prefix

Rename all class members and sort it

All Elements in all classes of the current document will be reordered and surrounded by regions

regisstand's People

Contributors

timi992000 avatar

Watchers

 avatar

regisstand's Issues

Config

config for generating regions or other stuff.

Refractor code with one Click

-Reorder members

  1. private fields
  2. Constructors
  3. Properties
  4. Public Methods
  5. Private Methods

-Rename CodeElements

  1. Private Methods "__..."
  2. Public Methods
  3. Properties
  4. Enums "e.....Enum"
  5. Interfaces "I.....InterFace"
  6. ......

-Clear and ReSurround with matching regions

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.