Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>lua-luacheckerNew to Visual Studio Code? Get it now.
lua-luachecker

lua-luachecker

jjkim

|
3,015 installs
| (1) | Free
Lint lua with luacheck on the fly
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

lua-luachecker

A simple luacheck extension for VS Code.

A mixture of linter-luacheck and vscode-lualinter.

Example animation

Requirements

Install luacheck first.

Extension Settings

This extension contributes the following settings:

  • luachecker.luacheck: point to luacheck if this extension does not work
  • luachecker.enable: enable/disable this extension
  • luachecker.warnOnSave: set to true to show warning message if there is an error when saving a file
  • luachecker.globals: add more globals names to standard ones, separated by comma, eg jit, bit
  • luachecker.ignore: ignore warnings related to these variables names, separated by comma, eg self, myvar

Known Issues

Does not work flawlessly on GIT tab

Release Notes

0.0.1

Initial release

0.0.2

Add --globals and --ignore options for luacheck

0.1.x

Nothing but a version number.

For more information

  • luacheck
  • linter-luacheck
  • vscode-lualinter

Contribute

Bugs, ideas and pull requests please go to ghtalpo/lua-luachecker.

Enjoy!

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