vue-peek是一款用于VSCode编辑器的插件,它提供了方便和高效地浏览Vue组件代码的功能。通过该插件,用户可以快速查看组件模板、样式和逻辑代码,而无需切换文件或手动搜索。 vue-peek的特点之一是支持智能跳转。当用户将鼠标悬停在Vue组件名称上时,插件会自动展示该组件的相关代码,并且提供跳转到组件文件的选项。这使开发...
点击组件跳转,vue-helper 带@的能跳转,相对目录的不能跳转。vue peek 解决了这个问题。 __EOF__ https://pengchenggang.gitee.io/navigator/ SMART原则: 目标必须是具体的(Specific) 目标必须是可以衡量的(Measurable) 目标必须是可以达到的(Attainable) 目标必须和其他目标具有相关性(Relevant) 目标必须具有明确的...
If I have this DOM markup here: and I press F12, I get this: Cannot read property 'fsPath' of undefined I don't think I installed any other extensions since this was working, but I did update VS Code the other day. Update: I noticed that...
vue peek 解决了 vue-template 加载 相对目录 ./components 组件内容 vscode,点击组件跳转,vue-helper带@的能跳转,相对目录的不能跳转。vuepeek解决了这个问题。