Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Florida Poly Header GeneratorNew to Visual Studio Code? Get it now.
Florida Poly Header Generator

Florida Poly Header Generator

Florida Polytechnic University Programming Club

|
101 installs
| (0) | Free
A Florida Poly header generator.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

flpoly-header-generator

This is an extension that will automatically add and update a header to all files you edit. See example below:

<!-- ‍***************************************************************** -->
<!-- ‍                                                                  -->
<!-- ‍                                                  |\              -->
<!-- ‍    README.md                               ------| \----         -->
<!-- ‍                                            |    \`  \  |  p      -->
<!-- ‍    By: noah                                |  \`-\   \ |  o      -->
<!-- ‍                                            |---\  \   `|  l      -->
<!-- ‍    Created: 2012/01/23 01:23:46 by noah    | ` .\  \   |  y      -->
<!-- ‍                                            -------------         -->
<!-- ‍                                                                  -->
<!-- ‍***************************************************************** -->

All you have to do is save the file, and the extension will automatically use the commenting syntax of the file.

Configuration

This extension allows for the changing of the date format used in the creation of the header, as well as excluding any languages from having the header added. You can change these properties in User Settings.

// Default configuration
{
  "flpolyheader.dateFormat": "YYYY/MM/DD HH:mm:ss", // string,
  "flpolyheader.excludedLanguages": ["plaintext", "jsonc"] // string[]
}

Release Notes

Based off of Caleb-Shepard / vscode-poly-header. Addition credit: Jason Chua.

1.0.0

Initial release.

1.0.1

Fixed bug where User Settings would complain about an incorrect type for the flpolyheader.excludedLanguages option.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft