ZehMatt / vscode-glualint

glualint for vscode

Home Page:https://marketplace.visualstudio.com/items?itemName=goz3rr.vscode-glualint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-glualint

glualint for vscode

Screenshot

Installing

  1. Install this extension
  2. Download glualint and follow the installation instructions
  3. Optionally install an extension that provides glua syntax highlighting like aStonedPenguin's

The linter should now be active for any lua and glua files

Configuration

glualint.linter: Points to the glualint executable, defaults to glualint
glualint.activeLanguages: Languages IDs to activate the linter for (lua and glua are supported, defaults to both)
glualint.run: When to run the linter executable (onSave, onType or manual, defaults to onType)

Also see configuring glualint

Formatter

This extension also integrates glualint's pretty printing functionality.
To format your code simply use vscode's built in format document or format selection actions.

About

glualint for vscode

https://marketplace.visualstudio.com/items?itemName=goz3rr.vscode-glualint

License:MIT License


Languages

Language:TypeScript 100.0%