一款跳转定义的插件,可跳转夸克、ATOM、业务组件库
使用方法
win:ctrl + 鼠标左键
mac:command + 鼠标左键
示例
// 夸克组件 => node_modules/@fql/quark_weex/libs/upper/data_report/3.1/index.js
import M_DATA_REPORT from '~data_report@3.1'
// atom组件 => node_modules/@fql/atom_logic_weex/libs/position/1.0/index.js
import M_POSITION from '#logic_weex/position/1.0'
// 业务组件 => src/components/animation/1.0/index.js
import M_ANIMATION from '%animation@1.0'
// 业务组件 => src/api/index.js
import API_INDEX from '@/api/index.js'
| |