AsaAyers / js-hyperclick

A hyperclick provider that lets you jump to where variables are defined.
MIT License
127 stars 42 forks source link

useing in *.vue,if had a '@' js-hyperclick not work!! #92

Closed petsgre closed 6 years ago

petsgre commented 6 years ago
like this , import api from '@/api/Api.js' if you had '@' ,the js-hyperclick is not useful,could you reslove it ?
petsgre commented 6 years ago

it tell me that 'module @/api/Api.js was not found'

AsaAyers commented 6 years ago

Closing as a duplicate of https://github.com/AsaAyers/js-hyperclick/issues/58

AsaAyers commented 6 years ago

I just published v1.15 with a new feature I'm calling "Custom Resolvers". It will allow you to add a JS file to your project that can implement your aliases. PR and documentation