这个 Vite 插件,能让你通过点击控制台中的 console.log 打印信息跳转到编辑器

查看 267|回复 16
luchenwei9266   
666666
caocong   
在我的 react 项目里用了一下,点击后新开窗口跳转到 http://localhost:3000/__tc/i.html?f=src/.....报 404 错误,这个__tc/i.html 是我的使用方式不对吗,需要起什么服务么
caocong   
找到原因了,我 vite 设置了 base: '/xxxx/',点击的跳转地址是 http://localhost:3000/xxxx/__tc/i.html ,手动改成 http://localhost:3000/__tc/i.html 是可以跳转到编辑器的
lyc575757
OP
  
@caocong #12 我修复一下
lyc575757
OP
  
@caocong #12 升级到最新版本试一下,应该已经修复了
caocong   
@lyc575757 vscode 可以用了,webstorm 跳转时报错了
```
Could not open index.tsx in the editor.
The editor process exited with an error: spawn /Applications/WebStorm.app/Contents/MacOS/webstorm ENOENT.
```
另外有个个人习惯的问题,跳转过去光标位置是在代码前空一格的位置,紧贴 console.log()前面或者后面都感觉好些
lyc575757
OP
  
@caocong #15
跳转报错应该是上游依赖的问题,可以尝试一下这个解决方法
https://github.com/yyx990803/launch-editor/issues/9#issuecomment-874352139
第二个我优化一下
您需要登录后才可以回帖 登录 | 立即注册

返回顶部