spivet / vscode-vuex-peek

Allows peek and goto vuex definition for Vue components
0 stars 0 forks source link

supporting peak & go to definition as vuex is without mapping names of state/getters/actions #3

Open avner-hoffmann opened 4 years ago

avner-hoffmann commented 4 years ago

Hi, Is this extension planning to support vuex peak & go to definition without the need to map each state object, action or getter with the "vxm" mapping?

It doesn't make sense that in order that this extension to work one needs to change his code and code styling... going through all the components and actually changing the way it maps vuex state, getters, actions into a specific name with a prefix unrelated to his code, makes this wonderful package somehow irrelevant, don't you think?

spivet commented 4 years ago

Thanks for your advice, I'll think about it and optimize this plugin.

avner-hoffmann commented 4 years ago

Thanks you, it will be great. It's one of the things vs code missing and is critical for vuejs developers, even when choosing between IDEs (web storm already supports that)