Home

Awesome

Wxml-languageserver

微信小程序 wxml 的 language server。

主要功能

使用方法

使用 npm 安装到全局:

npm install -g wxml-langserver

启动参数:

  --stdio     Use stdio to communicate with the server, default behaviour
  --node-ipc  Use node-ipc to communicate with the server. Useful for calling
  --socket    Use a socket (with a port number like --socket=5051) to
              communicate with the server

coc.nvim 已集成本插件,推荐使用。

配置

Client 可发送 workspace/didChangeConfiguration 通知来进行配置,支持配置项:

本地使用

感谢

本项目使用了 qiu8310/minapp 提供的 component.json 以及 @miniapp/generator

本项目使用/参考了以下项目的部分代码:

项目协议

MIT