You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you want to install emmylua_ls and emmylua_doc_cli, you can use the following command:
27
+
```shell
28
+
# install emmylua_ls
29
+
cargo install emmylua_ls
30
+
# install emmylua_doc_cli
31
+
cargo install emmylua_doc_cli
32
+
```
33
+
34
+
if you are using vscode, you can install the vscode extension [EmmyLua](https://marketplace.visualstudio.com/items?itemName=tangzx.emmylua) to get a better experience.
35
+
36
+
## Usage
37
+
38
+
### emmylua_ls
39
+
40
+
If you have installed emmylua_ls using cargo install, you can simply run emmylua_ls to start the language server without any additional parameters.
41
+
42
+
### emmylua_doc_cli
43
+
44
+
If you have installed emmylua_doc_cli using cargo install, you can simply run emmylua_doc_cli to generate documentation. You can use the --input parameter to specify the directory of Lua files and the --output parameter to specify the output directory for the generated documentation.
0 commit comments