2. Use (1) file header annotations
Shortcut keys: CRTL + Alt + I (Window), CTRL + CMD + T (MAC)
(2) Function comments
Shortcut keys: CTRL + Alt + T (Window), CTRL + Alt + T (MAC) function comments are not necessarily generated in the header, you control
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Set format:
Click on the Settings button in the lower left corner of vscode, select “Settings”, then type “fileheader”,
Fileheader:custom Made Fileheader:cursor Mode: click on any “setting.json” file to edit, enter the following Settings to save, and then restart vscode to update the Settings:
// fileheader comment “fileheader.customMade”: { “Descripttion”:””, “version”:””, “Author”:”sueRimn”, “Date”:”Do not edit”, “LastEditors”:”sueRimn”, “LastEditTime”:”Do not Edit”}, “fileheader.cursorMode”: { “name”:””, “test”:”test font”, “msg”:””, “param”:””, “return”:”” }