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

中年大叔
- 发布:2019-10-19 02:22
- 更新:2023-06-07 10:55
- 阅读:1594
1 个回复
中年大叔 (作者)
已解决,打开 工具 - 设置,在右侧用户设置的大括号{ ...... }里加入 "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"}
}