Browse by type
If possible, you can help me improve the English document
vscode: vscode-EmmyLuaCodeStyle vscode-Lua
intellij: intellij-EmmyLuaCodeStyle
neovim: Lua Language Server
The project is not a specification for the Lua code format, this project is an example of Lua code analysis\formatting\code diagnosis algorithm library and language service based on C++
The main pursuit of this project is reasonable formatting and diagnosis of various code styles
In addition to providing language service examples, the project also provides an independent command line tool CodeFormat, which can be used for batch code formatting and code style checking.
Any pr or issue are welcome
If you want to compile the project yourself, make sure that your compiler can basically support C++20: * VS2019 16.10 and above * gcc 10 and above * clang 10 and above
mkdir build && cd build
cmake ..
cmake --build .
Contributors
$ claude mcp add EmmyLuaCodeStyle \
-- python -m otcore.mcp_server <graph>