Skip to content

dushan-ranasinghage/dushan.copyright-header

Repository files navigation

Copyright Header

Copyright Header extension for VS Code offers the convenience of automatically incorporating your copyright header and license (if applicable) into your source code.

Example

Features

Whenever new files are created, they will have the copyright header automatically inserted at the beginning of the file. Additionally, you have the option to use the 'Add Copyright Header' command in VS Code to manually include your copyright header in the current file.

Requirements

This extension supports these languages. It will automatically identify the file type you are going to create from the extension.

  • javascript
  • typescript
  • typescriptreact
  • vue
  • scss
  • css
  • c
  • csharp
  • cpp
  • go
  • java
  • rust
  • scss
  • swift
  • sql

Extension Settings

You have to configure these extensions settings in order to set your name and copyright title.

This extension contributes the following settings:

  • copyright.author: The person who is developing in this workspace
  • copyright.copyrightLine: Your company copyright title or your one
  • copyright.isNewFiles: Insert copyright header into new files only?

Known Issues

You can put issues here. For now we don't have any known issues.

Copyright Header Issues

Release Notes

Here you can find the release notes of the extension. Keep track of the new updates.

v1.0.3

  • Added more language support

v1.0.0

  • Initial Release
  • Custom copyright
  • Enabling only for new files option

Enjoy!

About

This simplifies the process of automatically ancluding copyright and license information into your code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published