html-css-js prettify插件无效:

发布于 2022-09-04 19:43:42 字数 576 浏览 19 评论 0

html-css-js prettify插件无效:
刚开始运行格式化代码时,报node路径不对的错误,后改成正确的路径,却还是无效,。
我的node安装在:D:/nodejs/node.exe;
设置这个插件的node_path路径为这个地址,ctrl+shift+h无效,也不报错

{
  "node_path": {
    "windows": "D:/nodejs/node.exe",
    "linux": "/usr/bin/nodejs",
    "osx": "/usr/local/bin/node"
  },
  // Automatically format when a file is saved.
  "format_on_save": false,

  // Only format the selection if there's one available.
  "format_selection_only": true,

  // Log the settings passed to the prettifier from `.jsbeautifyrc`.
  "print_diagnostics": true
}

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

泪眸﹌ 2022-09-11 19:43:42

文件路径有中文,就不行

残龙傲雪 2022-09-11 19:43:42

快捷键设置对不对?

clipboard.png

这是我的快捷键,按ctrl+E ctrl+D 可以格式化的

[{
  "keys": [ "ctrl+e","ctrl+d"],
  "command": "htmlprettify"
}, {
  "keys": ["ctrl+alt+h", "p"],
  "command": "htmlprettify_set_prettify_prefs"
}, {
  "keys": ["shift+alt+h", "o"],
  "command": "htmlprettify_set_plugin_options"
}, {
  "keys": ["ctrl+alt+h", "k"],
  "command": "htmlprettify_set_keyboard_shortcuts"
}, {
  "keys": ["ctrl+alt+h", "n"],
  "command": "htmlprettify_set_node_path"
}]
一直在等你来 2022-09-11 19:43:42

我也出现这个问题,请问怎么解决啊、

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文