vscode-glua-enhanced

(★ 513)

👨‍💻 Garry's Mod Lua VSCode Extension for enhanced auto completion, wiki integration, snippets, color palette, and much more...

File Explorer

  • .editorconfig
  • .gitattributes
  • .gitignore
  • .vscodeignore
  • babel.config.json
  • LICENSE
  • package-lock.json
  • package.json
  • README.md
  • webpack.config.js

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

lua

View Details ▼

A powerful, light-weight embeddable programming language.

lua

Start an interactive Lua shell:

lua {{path/to/script.lua}} {{--optional-argument}}

Execute a Lua script:

lua -e '{{print("Hello World")}}'

Execute a Lua expression:

// repository documentation