sumneko / lua-language-server

A language server that offers Lua language support - programmed in Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lua-language-server

build version installs downloads Average time to resolve an issue

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 around half a million installs on Visual Studio Code, it is the most popular extension for Lua language support.

Features

Install

The language server can easily be installed for use in VS Code, but it can also be used by other clients using the command line.

Visual Studio Code

Install in VS Code

The language server and Visual Studio Code client can be installed from the VS Code Marketplace.

Command Line

Install for command line

Check the wiki for a guide to install the language server for use on the command line. This allows the language server to be used for NeoVim and other clients that follow the language server protocol.

Supported Lua Versions

Version Supported
Lua 5.1
Lua 5.2
Lua 5.3
Lua 5.4
LuaJIT

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

  • en-us ๐Ÿ‡บ๐Ÿ‡ธ
  • zh-cn ๐Ÿ‡จ๐Ÿ‡ณ
  • zh-tw ๐Ÿ‡น๐Ÿ‡ผ
  • pt-br ๐Ÿ‡ง๐Ÿ‡ท

โ„น 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!

Configuration

Configuration of the server can be done in a number of ways, which are explained more in-depth in the wiki.

Visual Studio Code

You can use the settings editor or edit the raw JSON file.

Other

See the configuration file wiki page.

Privacy

This language server has opt-in telemetry that collects usage data and sends it to the development team to help improve the extension. Read our privacy policy to learn more.

Contributors

GitHub Contributors Image

Credit

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

About

A language server that offers Lua language support - programmed in Lua

License:MIT License


Languages

Language:Lua 100.0%Language:C++ 0.0%