max-wilkinson / copyrighter

A VSCode extension for injecting copyright and license

Home Page:https://marketplace.visualstudio.com/items?itemName=FordLabs.copyrighter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support setting a additional text

kaushalyap opened this issue · comments

Thank you very much for the plugin, very useful.

I have a request, currently things look like this

/*
 *   Copyright (c) ${year} ${CompanyName}
 *   All rights reserved.
 */

instead also support adding some extra text with a setting option

ex:

/*
 *   Copyright (c) ${year} ${CompanyName}
 *   All rights reserved.
 *   ${extraNote}
 */

"copyrighter.extraNote" : " extra note here"

Great idea, thank you! I will work to get this integrated as soon as possible.

Thanks for doing this!