defold / lua-language-server

A language server that offers Lua language support - programmed in Lua
MIT License
16 stars 2 forks source link

Defold's fork of lua language server

This language server works from the Defold editor and can be used to lint Defold projects. Learn more: https://forum.defold.com/t/linting-in-the-code-editor/72465

Notable changes

  1. Add build a defold library project and a build script that assembles it on release โ€” use release.zip links as dependencies.
  2. Add text document and workspace diagnostics.
  3. Use LuaCheck for diagnostics.

Known issues

EmmyLua might trip over the source code of this project when it's extracted by the Defold editor to /build/plugins. The solution is to configure EmmyLua to ignore the build folder with this emmy.config.json file:

{
    "source": [
        {
            "dir": ".",
            "exclude": [
                "build/**"
            ]
        }
    ]
}

lua-language-server

build Version (including pre-releases) Installs Downloads

Lua development just got a whole lot better ๐Ÿง 

The Lua language server provides various language features for Lua to make development easier and faster. With nearly a million installs in Visual Studio Code, it is the most popular extension for Lua language support.

See our website for more info.

Features

Install

The language server can be installed for use in Visual Studio Code, NeoVim, and any other clients that support the Language Server Protocol.

See installation instructions on our website.

Install in VS Code Install for NeoVim Other

Community Install Methods

The install methods below are maintained by community members.

asdf plugin

Links

If you find any mistakes, please report it or open a pull request if you have a fix of your own โค๏ธ

ๅฆ‚ๆžœไฝ ๅ‘็Žฐไบ†ไปปไฝ•้”™่ฏฏ๏ผŒ่ฏทๅ‘Š่ฏ‰ๆˆ‘ๆˆ–ไฝฟ็”จPull Requestsๆฅ็›ดๆŽฅไฟฎๅคใ€‚โค๏ธ

Available Languages

Note All translations are provided and collaborated on by the community. If you find an inappropriate or harmful translation, please report it immediately.

Are you able to provide a translation? It would be greatly appreciated!

Thank you to all contributors of translations!

Privacy

The language server had opt-in telemetry that collected usage data and sent it to the development team to help improve the extension. Read our privacy policy to learn more. Telemetry was removed in v3.6.5 and is no longer part of the language server.

Contributors

GitHub Contributors Image

Credit

Software that the language server (or the development of it) uses: