atom-vue-hyperclick
atom-vue-hyperclick copied to clipboard
atom hyperclick plugin for vue components
With a project set up by vue-cli / webpack, you can use import MyComponent form '@/components/MyComponent.vue' This is not supported by vue-hyperclick. Could you add that?
hi I use webpack aliases to short the vue component path . this made the js-hyperlink to not work . how to fix this problem thank you
Hi! When I cmd+click on a file url, it creates a new file instead of opening the good one. For example: `import Carousel from './components/Carousel'` --> will create a file...
Here, jump-to-definition works fine for `` because it matches its symbol in the JS script. ```vue import SomeItem from './SomeItem'; export default { components: { SomeItem } } ... ```...
Is it possible to add support for vuex? For example, being able to hyperclick on `this.method()` where `method` has been imported via `mapActions(['method'])`.
Great plugin, any chance this can be easely made into a vscode plugin?