zoukankan      html  css  js  c++  java
  • vscode使用插件来添加文件说明和函数说明——42header——psioniq File Header——koroFileHeader

     安装号以后,设置快捷键如下:

     

    同时需要根据自己的需要的修改json文件

    // 文件头部注释
    	"fileheader.customMade": {
    		"Description": "",
    		"version": "",
    		"Author": "liming",
    		"Date": "Do not edit",
    		"LastEditors": "liming",
    		"LastEditTime": "Do not Edit"
    	},
    	//函数注释
    	"fileheader.cursorMode": {
    		"name": "",
    		"description": "",
    		"param": "",
    		"return": "",
    		"other": "",
    	},
    	"psi-header.templates": [
    		{
    		  	"language": "*",
    		  	"template": [
    			"FileName: <<filename>>",
    			"Remark: <<filename>>",
    			"Project: <<projectname>>",
    			"Author: <<author>>",
    			"File Created: <<filecreated('dddd, Do MMMM YYYY h:mm:ss a')>>",
    			"Last Modified: <<dateformat('dddd, Do MMMM YYYY h:mm:ss a')>>",
    			"Modified By: <<author>>"
    		  	]
    		}
    	],
    	
    	"42header.username": "NLT",
    	"42header.email": "NL@nlt.com",
    	"explorer.confirmDelete": false,
    

      

  • 相关阅读:
    Mybatis入门
    Ajax
    产品经理之产品规划
    产品经理之用户研究(下)
    产品经理之用户研究(上)
    Spring Cloud
    Spring MVC
    synchronized
    Spring Boot入门
    Spring
  • 原文地址:https://www.cnblogs.com/CodeWorkerLiMing/p/12077017.html
Copyright © 2011-2022 走看看