Introduction

Lua Development Tools (LDT) is about providing Lua developers with an IDE providing the user experience developers expect from any other tool dedicated to a static programming language.

Like many other dynamic languages, Lua is so flexible that it is hard to analyze enough to provide relevant and powerful tooling.
LDT is using Metalua, to analyze Lua source code and provide nice user assistance.

LDT is an Open Source tool, licensed under the EPL.

LDT screen shots on several OS

Documentation

All Documentation is available on the Eclipse Wiki, so feel free to contribute to improving it by fixing spelling mistakes, errors, or providing new content!

LDT User Guide can be accessed directly from the Eclipse Help ("Help > Help Content" menu).

It is also available directly on the Eclipse Wiki.

Installation

Standalone product

The no-brainer option, all at once, download ~60 MB and be all set.

Version Windows Mac OS X Linux
Stable release (1.4.2) 32-bit - 32-bit
64-bit 64-bit 64-bit

Note: Milestone versions are unstable. In case of bug, tell us. We fix them.

Existing Eclipse installation

So far only milestones release and nightly builds are available.

  • In your Eclipse 4.3+ go to Help > Install New Software...
  • Add the following repository:
    • http://download.eclipse.org/ldt/releases/milestones/
  • Now you can install the Lua Development Tools.

Note: Our wiki explains everything about our update-sites.

New and noteworthy

Choose a version in the following list to see the new features added from the previous release.

Support

If you run into trouble while installing or using LDT, you are encouraged to explain your issue on the LDT forum.

If you encounter a bug, or want to make the development team aware of a feature request you have, you can open a bug against LDT.

Source code

The git repository of LDT is available. For building, check instructions.