Skip to content

Releases: webjsdev/webjs.nvim

v0.2.2

Choose a tag to compare

@vivek7405 vivek7405 released this 24 Jun 12:50

Bundled intellisense tracks custom prop attribute completions (#672).

The plugin vendors @webjsdev/intellisense, which now derives template attribute completions and hover from a reactive prop's custom attribute option (intellisense 0.5.3). The vendored copy was refreshed; this release ships it.

v0.2.1

Choose a tag to compare

@vivek7405 vivek7405 released this 18 Jun 16:25

Refresh the bundled @webjsdev/intellisense to the declare-free factory DX (#597, #599) and add duplicate custom-element tag diagnostics (#444). Tracks @webjsdev/intellisense 0.5.2.

v0.2.0

Choose a tag to compare

@vivek7405 vivek7405 released this 08 Jun 07:37

vtsls / LazyVim support: with_vtsls_plugin() wires @webjsdev/intellisense into vtsls (settings.vtsls.tsserver.globalPlugins), so LazyVim users get in-template intelligence with a one-line helper. README adds a LazyVim recipe; ts_ls still supported via with_tsserver_plugin(). (#405)

v0.1.0

Choose a tag to compare

@vivek7405 vivek7405 released this 07 Jun 16:29

First release: html/css/svg template highlighting, :WebjsCheck, :checkhealth webjs, and a bundled @webjsdev/ts-plugin (works with no app dependency).