Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 383 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 383 Bytes

Loved

LÖVED - IDE for LÖVE

An IDE for LÖVE to help aid in development.

Features

  • Syntax validation.
  • Syntax highlighting.
  • Intellisense (albeit limited to the LÖVE API).
  • Run your project from within the IDE.
  • Exception Capture That is, when an error occurs the IDE will show the stack trace and allow you to jump to the file where the error occured.