vscode automatically generates header comments koroFileHeader

  1. Install koroFileHeader in the extension
  2. Open the settings.json file through the File>Preferences>Settings path
    insert image description here
  3. Add configuration in settings.json
 "fileheader.customMade": {
    
    
    "Author": "xxxxxx", //编辑人
    "Date": "Do not edit", //时间
    "LastEditTime": "Do not edit",
    "LastEditors": "xxxxx",
    "Description": "" //文件内容描述
  }

Guess you like

Origin blog.csdn.net/qq_41839808/article/details/124843442