Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

Visual Studio code extension that adds Lua code linting. Supports error cheching with luac and luajit.

Notifications You must be signed in to change notification settings

nbredikhin/vscode-lualinter

Repository files navigation

vscode-lualinter

A simple Visual Studio Code extension to lint Lua scripts with luac -p or luajit -bl.

Example screenshot

Example animation

Requirements

  1. Ensure that luac is installed in your system.
  2. Run Install Extension command from Command Palette.
  3. Search and choose lualinter.

Options

"lualinter.enable" - enable Lua linter

"lualinter.warnOnSave" - show warning message if there is an error when saving a file

"lualinter.interpreter" - choose between luac and luajit interpreters

Default options are:

{
    "lualinter.enable": true,
    "lualinter.warnOnSave": false,
    "lualinter.interpreter": "luac"
}        

Enjoy!

About

Visual Studio code extension that adds Lua code linting. Supports error cheching with luac and luajit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published