Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>True Tech MTCNew to Visual Studio Code? Get it now.
True Tech MTC

True Tech MTC

True Tech

| (0) | Free
Generate and validate Lua code from VS Code using the hosted True Tech MTC agent.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

True Tech MTC VS Code Extension

Generate and validate Lua code directly from VS Code with the True Tech MTC API.

Commands

  • True Tech MTC: Generate Lua
  • True Tech MTC: Generate Lua From Selection
  • True Tech MTC: Insert Generated Lua
  • True Tech MTC: Validate Current Lua
  • True Tech MTC: Check API Health

Settings

The default API URL is:

{
  "trueTechMtc.apiBaseUrl": "http://45.159.210.19/api"
}

For local development, change it after starting the stack:

{
  "trueTechMtc.apiBaseUrl": "http://localhost/api"
}

Data Notice

The extension sends prompts and selected editor context to the configured True Tech MTC API. When validating without a selection, it sends the full active document text.

License

This software is licensed under the PolyForm Strict License 1.0.0.

Noncommercial use only. Commercial use, redistribution, sublicensing, and making changes or derivative works are not permitted unless you receive separate written permission from the copyright holder.

See LICENSE.md and COMMERCIAL.md.

Package And Publish

npm install
npm run compile
npm run package
npm run publish:marketplace
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft