Open console source mapped file in external editor

后端 未结 2 795
隐瞒了意图╮
隐瞒了意图╮ 2021-02-01 15:53

When you use source maps on errors, the Chrome Developer Tools console shows links to the source file.

Is there a way to open these links in an external application (edi

相关标签:
2条回答
  • 2021-02-01 16:05

    Unfortunately, this isn’t possible yet.

    Here are some links that may help:

    • http://sokolovstas.github.io/SublimeWebInspector/
    • https://developers.google.com/web/tools/setup/setup-workflow?hl=en
    • https://www.sitepoint.com/edit-source-files-in-chrome/
    • https://gregrickaby.com/2013/07/turn-chrome-developer-tools-into-an-ide/
    • Sublime text 3 and Web Inspector plugin
    • https://medium.com/google-developers/devtools-tips-for-sublime-text-users-cdd559ee80f8#.wck48zrkz
    0 讨论(0)
  • 2021-02-01 16:23

    Possible in 2020 using Intellij (IDE in my case).

    1. Install "Open in Intellij" extension (Chrome)
    2. Configure as here in docs https://github.com/bernhardc/open-in-intellij

    Worked like a charm.

    0 讨论(0)
提交回复
热议问题