简体   繁体   English

如何在 IntelliJ 的事件日志 window 中显示完整的 WebStorm 信息?

[英]How to show full WebStorm information in event log window of IntelliJ?

I have a git pre-commit, like this我有一个 git 预提交,像这样

{
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.{js,jsx,less,md,json}": [
      "prettier --write"
    ],
    "*.ts?(x)": [
      "prettier --parser=typescript --write"
    ]
  }
}

Sometime I will get errors when run git commit, like this:有时我会在运行 git 提交时遇到错误,如下所示:

错误

I want to see full information, so I clicked the "show balloon" link我想查看完整信息,所以我点击了“显示气球”链接

显示气球链接

now I get full information, but IDEA not formatting the full information, It's very difficult to read...现在我得到了完整的信息,但是 IDEA 没有格式化完整的信息,很难阅读......

不格式化信息

Is there a way to show full information and formatting to read?有没有办法显示完整的信息和格式来阅读?

Regrettably, there is no option beside "Show balloon" to see full information.遗憾的是,“显示气球”旁边没有选项可以查看完整信息。

It's a known issue, please vote for feature request here: https://youtrack.jetbrains.com/issue/IDEA-156267这是一个已知问题,请在此处投票支持功能请求: https://youtrack.jetbrains.com/issue/IDEA-156267

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM