phoenix-ru / fervid

All-in-One Vue compiler written in Rust

Home Page:https://phoenix-ru.github.io/fervid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide LSP

phoenix-ru opened this issue · comments

Features I personally find very desirable:

  • auto-completion of tag names (regular html and using auto-imports from #24);
  • auto-completion of component attributes (VBind and VOn);
  • parse error reporting (HTML and JS/TS);
  • ...
commented

Working with nuxt-specific things would be nice, as we mainly use Vue 3 through Nuxt 3!