Integrating with Volar #163
Unanswered
JoviDeCroock
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey 👋,
Let me start off by saying that volar looks like an absolutely fascinating project! Great work!
Pardon me if this question comes of uneducated... I've been looking at volar for quite a bit trying to figure out how we could facilitate our TypeScript LSP plugin to work with
.vue
/.svelte
/... however I couldn't quite figure out how to go about this.Context, I am one of the authors of GraphQLSP which is a TypeScript LSP plugin that scans for
GraphQL
documents in your TypeScript code, gives diagnostics, suggestions, ...Now I see that i.e. the Vue language tools already embed themselves as a volar plugin to scan
.vue
files, is there some way we can hook into that or should we be providing a whole new volar plugin that is a superset of thevue language tools
?In our CLI we basically use the
vue
compiler to do a similar thing 0no-co/gql.tada#232Beta Was this translation helpful? Give feedback.
All reactions