coc-wxml

1.0.9 • Public • Published

coc-wxml

Wxml language server extension for coc.nvim.

Install

In your vim/neovim, run command:

:CocInstall coc-wxml

Features

  • Diagnostic support.
  • doHover for tag name and tag attributes.
  • doComplete for tag name, attributes and attribute values.

Configuration options

  • wxml.enable set to false to disable wxml language server.
  • wxml.trace.server trace LSP traffic in output channel.
  • wxml.execArgv add execArgv to child_process.spawn
  • wxml.complete.completeEvent set to false to disable complete of event attributes.
  • wxml.complete.useSnippet set to false to disable snippet for completion.

License

MIT

Dependencies (0)

    Dev Dependencies (15)

    Package Sidebar

    Install

    npm i coc-wxml

    Weekly Downloads

    11

    Version

    1.0.9

    License

    MIT

    Unpacked Size

    654 kB

    Total Files

    21

    Last publish

    Collaborators

    • chemzqm