zthxxx / react-dev-inspector

jump to local IDE code directly from browser React component by just a simple click
https://react-dev-inspector.zthxxx.me
MIT License
1.13k stars 67 forks source link

webstorm 的代码跳转方法已经过时 #161

Closed MiniOcean404 closed 5 months ago

MiniOcean404 commented 6 months ago

在我本地测试 webstorm://open?file=xx 的方式已经无法跳转了

729993031 commented 6 months ago

要安装以下插件 https://plugins.jetbrains.com/plugin/19991-ide-remote-control 通过 http://localhost:63342/api/file/* 来跳转

MiniOcean404 commented 6 months ago

要安装以下插件 https://plugins.jetbrains.com/plugin/19991-ide-remote-control 通过 http://localhost:63342/api/file/* 来跳转

但是他源代码里不是这么写的跳转方式啊

zthxxx commented 6 months ago

@MiniOcean404 hello, 系统版本与 WebStorm 版本多少?无法跳转的报错和现象截图也发一下吧,

另外我在本机 macOS 13.6/12.6 最新版 WebStorm 2023.2.5 上测试还是可以跳转。

MiniOcean404 commented 6 months ago

webstorm 版本 2023.3.2 pc: windows 11 代码跳转方式:webstorm://open?file=D:/xx/xx/xx/xx/index.html

729993031 commented 5 months ago

mac是不需要插件的,win才需要