Wxml language server extension for coc.nvim.
In your vim/neovim, run command:
:CocInstall coc-wxml
- Diagnostic support.
doHoverfor tag name and tag attributes.doCompletefor tag name, attributes and attribute values.
wxml.enableset tofalseto disable wxml language server.wxml.trace.servertrace LSP traffic in output channel.wxml.execArgvaddexecArgvtochild_process.spawnwxml.complete.completeEventset tofalseto disable complete of event attributes.wxml.complete.useSnippetset tofalseto disable snippet for completion.
MIT