Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "LDT/User Area/User Guides/User Guide 0.8"

Line 2: Line 2:
 
LDT provides tooling to facilitate Lua application development. It allows to structure the code into projects, which enables project-based configuration. LDT aims, as well, to enhance user Lua experience with features such as variable occurrences and scope aware completion.
 
LDT provides tooling to facilitate Lua application development. It allows to structure the code into projects, which enables project-based configuration. LDT aims, as well, to enhance user Lua experience with features such as variable occurrences and scope aware completion.
 
Have a look at some of our features:
 
Have a look at some of our features:
*  [[Koneki/LDT/Start/|Getting started]]
+
*  [[Koneki/LDT/Start|Getting started]]
*  [[Koneki/LDT/Concepts/|Concepts]]
+
*  [[Koneki/LDT/Concepts|Concepts]]
 
** [[Koneki/LDT/Concepts/Path|Configuring paths]]
 
** [[Koneki/LDT/Concepts/Path|Configuring paths]]
 
** [[Koneki/LDT/Concepts/Debugger|Debugger]]
 
** [[Koneki/LDT/Concepts/Debugger|Debugger]]

Revision as of 10:43, 14 November 2011

Lua development tools overview

LDT provides tooling to facilitate Lua application development. It allows to structure the code into projects, which enables project-based configuration. LDT aims, as well, to enhance user Lua experience with features such as variable occurrences and scope aware completion. Have a look at some of our features:

Back to the top