中年大叔
中年大叔
  • 发布:2019-10-19 02:22
  • 更新:2023-06-07 10:55
  • 阅读:1332

hbuilderX怎样以HTML代码的格式打开dwt和lbi等文件

分类:HBuilderX

hbuilderX怎样以HTML代码的格式打开dwt和lbi等文件

2019-10-19 02:22 负责人:无 分享
已邀请:
中年大叔

中年大叔 (作者)

已解决,打开 工具 - 设置,在右侧用户设置的大括号{ ...... }里加入 "files.associations": {".dwt": "html",".lbi": "html"} 就行。如下面这样:

{
"editor.colorScheme" : "Monokai",
"editor.fontSize" : 11,
"editor.insertSpaces" : true,
"editor.wordWrap" : true,
"files.associations.contextmenu" : true,
"files.associations": {".dwt": "html",".lbi": "html"}
}

要回复问题请先登录注册