Giter VIP home page Giter VIP logo

copyrighthelper's Introduction

CopyrightHelper

A visual studio plugin which use for developers who need to quick insert copyright info to code file. Current support : VS2013,VS2015,VS2017,VS2019,VS2022.

  • v1.3.7+ Support VS2017,VS2019,VS2022
  • v1.3.6- Support VS2013,VS2015,VS2017,VS2019

Origin

As a good habit for developers , we need to insert some of the copyright and descriptions when we create a new code file.

Exporting templates is not convenient because you have to do it for all kinds of files.

So I create this to resolve the problem, insert different copyright info in different file types.

Usage

shot

Open VS menu->Tools-> Config CopyrightHelper Add file extension like *.cs , and set the insert content like :

//===================================================
//  Copyright @  @company @year
//  Author : @yourname
//  Time : @time
//  Description : 
//===================================================

Here are some useful pre-define symbols (case sensitive):

@yourname
@company
@year
@time

You can config these field in the config panel.

You can set if the content need to insert to the top of the file.

By the way , . match all the files.

The buttom one has the lowest priority(. by default).

License

Apache License v2.0

copyrighthelper's People

Contributors

fallstar0 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

copyrighthelper's Issues

VS打开文件提示文件结尾不一致

好像是插入的换行符合与原来的文档里面的换行不一致导致。
不过我在处理的时候,已经将 '\r\n' 和 '\n' 都替换为 Environment.NewLine 都没能修复这个问题。

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.