Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for goto definition in tsserver and Vetur #62

Open
vegerot opened this issue Jun 12, 2020 · 0 comments
Open

Support for goto definition in tsserver and Vetur #62

vegerot opened this issue Jun 12, 2020 · 0 comments

Comments

@vegerot
Copy link

vegerot commented Jun 12, 2020

vetur and WebStorm have slowly been adding language server support for vuex. In WebStorm 2020.1, pressing "Goto definition" on a line like this.$store.dispatch('foo/bar') will successfully take you to that action's definition. Vetur for LSP is working on the same functionality.

However, neither of these support vuex-class. Being able to quickly goto reference, or look up types, etc. is a great feature. Is there any plans to add LSP support for vuex-class, either now or after Vue 3 is released?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant