Open console source mapped file in external editor

こ雲淡風輕ζ 提交于 2019-12-03 06:42:13

问题


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 (editor)?

For instance, on click or CTRL+click or...


回答1:


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


来源:https://stackoverflow.com/questions/17260194/open-console-source-mapped-file-in-external-editor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!