CppCXY / EmmyLuaAnalyzer

a new EmmyLua Language Server
MIT License
39 stars 6 forks source link
emmylua lsp lua

EmmyLuaAnalyzer

Introduction

The EmmyLuaAnalyzer project is a static analyzer and language service for the Lua language implemented in C#. It mainly consists of two parts:

  1. Lua code analysis core that supports EmmyLua Doc. It is an independent Lua code analysis library that can be used to analyze Lua code, generate abstract syntax trees, provide semantic analysis, and other functions.
  2. EmmyLua language service, which is a Lua language server based on the above code analysis core. It provides the main language service functions, including code hints, code completion, refactoring, and other features.

Features

Documentation

Usage

Use EmmyLuaAnalyzer's analysis core through nuget

TODO

Use EmmyLuaAnalyzer's language service through the VSCode plugin

You can currently use EmmyLuaAnalyzer's language service by checking Use EmmyLuaAnalyzer in VSCode-EmmyLua.

Testing

Currently in beta, everyone is welcome to test and make suggestions. There is still a lot of work in progress and needs to be improved.

LICENSE

MIT