README
Just another vscode extension satisfy my preference file header targets on python
# -*- coding: utf-8 -*-
"""
@Description: 🐈
@Author: your@email.com
@Copyright 2025 - 2025
@Date: 2025-02-25 22:33:05
@Version: __Dev__
"""
Features
- auto insert file header once
py file created
Configuration
{
"fileheader-neko-py.author": "your@email.com",
"fileheader-neko-py.version": "1.0",
}
Commands
command |
usage |
fileheader-neko-py.enable |
enable extension |
fileheader-neko-py.disable |
disable extension |
| |