Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LuaBytecodeViewerNew to Visual Studio Code? Get it now.
LuaBytecodeViewer

LuaBytecodeViewer

KJTang

|
735 installs
| (0) | Free
view lua bytecode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LuaBytecodeViewer README

A vscode extension to help you view lua bytecode.

Features

right click in lua file(or select some code, which will only compile selection):

example

also you can run command View Lua Bytecode;

Extension Settings

config field:

  • luabytecodeviewer.luaDir: the dir of lua, if nil, will directly use luac, which need add lua dir to your PATH

config example:

"luabytecodeviewer.luaDir": "C:\\Program Files\\Lua\\lua-5.3.4_Win64_bin"

Enjoy!

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