hbuilderX修改编辑器的基本设置

工具——设置——打开settings.json,按需配置:

{
	"editor.colorScheme": "Default",
	"editor.fontSize": 12,
	"editor.fontFamily": "Consolas",
	"editor.fontFmyCHS": "微软雅黑 Light",
	"editor.insertSpaces": true,
	"editor.lineHeight": "1.5",
	"editor.minimap.enabled": false,
	"editor.mouseWheelZoom": true,
	"editor.onlyHighlightWord": false,
	"editor.tabSize": 2,
	"editor.wordWrap": true,
	"explorer.iconTheme": "vs-seti",
	"editor.codeassist.px2rem.enabel": false,
	"editor.codeassist.px2upx.enabel": false
}

版权声明:本文为bbt953原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。