psi-header
psi-header copied to clipboard
Configurable file header and changes tracking extension for VSCode
I propose a Feature Request : When a user opens a file in a supported language, the extension should automatic add a copyright notice if it is currently missing from...
I am having some difficulty trying to get the change tracking to work: Below is my psi settings.json content ``` "psi-header.config": { "author": "Dr St Clair S Clarke", "authorEmail": "[email protected]",...
Would be useful in situations when creation date date isn't resolvable. In Git, this command will provide that date. This will span any subsequent removals and re-adds to the repo:...
I work on open source projects, where it is common to have multiple copyright holders on a single file. So that top comment may look something like this: ```cxx //...
Hi, Sometimes you want to dynamically generate the contents of your header, i.e fill the header in with data that you don't know what it will be until the time...
Hi, is there a way to generate an author list? Let's say I start of by creating a file, so the file header contains me as author. Then my colleague...
If a project is a git repository, it would be useful to be able to get the author and email from the git config.
I am working on a project and write with PHP code different extensions/plugins for it. Thus, each plugin should have a different header comment. Please add an option for template...
Allow defining an array of possibilities for `rootDirFileName`, rather than only one. eg: ``` json "rootDirFileName": [ ".gitignore", "LICENSE", "platformio.ini", "library.json", "tsconfig.json", ".git/", ] ``` The root dir would be...
for instance if the filename is filename.lua it would only use filename This is useful for using the header to start defining classed after the general header information.