You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Support <script setup>.
Auto completion CSS v-bind().
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!
The text was updated successfully, but these errors were encountered:
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:
<script setup>
.v-bind()
.setup function
)I hope this language server can add vue3 support for vim/neovim, Thanks!
The text was updated successfully, but these errors were encountered: