函数括号前的空格去除 || function ()空格去除 || 函数 () 前去除空格

654 阅读1分钟

一、打开 vscode 设置 —— 搜索:函数

image.png

二、到 vscode 商店下载 ESLint

image.png

三、打开 设置————右上角打开 settings.js文件

image.png

四、添加配置

image.png

        // 函数 () 前去除空格
	"editor.codeActionsOnSave": {
		"source.fixAll.eslint":true 
	}