neoclide / coc-vetur

Vue language server extension for coc.nvim
219 stars 7 forks source link

Support Vue3 #69

Closed wgxh closed 3 years ago

wgxh commented 3 years ago

Hello author! Recently, I wrote some code with Vue3, But, This plugin is not work. Please add Vue3 support to this plugin! Thanks!

chemzqm commented 3 years ago

Send your feature request to https://www.npmjs.com/package/vls

wgxh commented 3 years ago

Send your feature request to https://www.npmjs.com/package/vls

Thanks! I getting it!

yaegassy commented 3 years ago

@wgxh What does it mean that Vue3 is not supported?

The <script setup> is also available without any problems and no errors.

Install the vetur extension in "VSCode" and see if there is any difference from coc-vetur.

wgxh commented 3 years ago

@wgxh What does it mean that Vue3 is not supported?

The is also available without any problems and no errors.<script setup>

Install the extension in "VSCode" and see if there is any difference from .vetur``coc-vetur

Vue3 is not fully supported, I should say so. Some new feature is not supported, like <script setup>,css v-bind()