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

Add Vue3 support for vim and neovim #2782

Closed
wgxh opened this issue Mar 16, 2021 · 2 comments
Closed

Add Vue3 support for vim and neovim #2782

wgxh opened this issue Mar 16, 2021 · 2 comments
Labels

Comments

@wgxh
Copy link

wgxh commented Mar 16, 2021

Feature request

I use coc extension 'coc-vetur', But 'coc-vetur' does not seem to support Vue3.
I have posted a feature request on coc-vetur, but its author says, 'Send your feature request to https://www.npmjs.com/package/vls.', See this.
I think This language server should include these support for Vue3 feature:

  1. Support <script setup>.
  2. Auto completion CSS v-bind().
  3. Auto completion variable names in html interpolation expression.(Variables is define in setup function)

I hope this language server can add vue3 support for vim/neovim, Thanks!

@yoyo930021
Copy link
Member

Vetur and vls support vue3.
but they don't support <script setup>. Please follow #2296.

Auto completion CSS v-bind().

Please open a new issue about this.

@wgxh
Copy link
Author

wgxh commented Mar 18, 2021

Vetur and vls support vue3.
but they don't support <script setup>. Please follow #2296.

Auto completion CSS v-bind().
Please open a new issue about this.

Oh, Thanks! I hope this language server support <script setup> feature very soon!

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

No branches or pull requests

2 participants