Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>lua lintNew to Visual Studio Code? Get it now.
lua lint

lua lint

satoren

|
27,811 installs
| (1) | Free
Static error checker for Lua
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Lua lint for visual studio code

Build Status Build status

Features

  • Syntax error check
  • Support all platforms for Visual Studio Code with no dependency
  • Static analyze by luacheck (default on)

animation

Extension Settings

This extension contributes the following settings:

  • lualint.useLuacheck: If true use luacheck more detail analyze. Otherwise syntax error only check.
  • lualint.maxNumberOfReports: Maximum number of code check reports.

Known Issues

Release Notes

0.0.5

  • add watch .luacheckrc files
  • add source name for report
  • Exclude first line comment with #
  • Fix wrong column with multibyte characters

0.0.4

  • luacheck is enabled by default.
  • Fixed bug, even if closed the file, the problem messages remained displayed.

0.0.2

  • Add repositry URL
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft