neoclide / coc-wxml

wxml extension for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

wxml extension for coc.nvim


Languages

Language:TypeScript 99.5%Language:JavaScript 0.5%