Leap Wishlist
List of things that I wish Leap could (and hopefully one day, would) do (or have built-in) to make the development phase go smooth!
- Built-in editor
- At present, its a simple `<textarea>`; it could, at a bare minimum, add things like:
- line numbers,
- (JavaScript) syntax highlighting,
- ability to hit the `TAB` key for indentation, and
- auto-formatting of code
- At present, its a simple `<textarea>`; it could, at a bare minimum, add things like:
- When code fails, it would be helpful to know line number, the object, etc.
- At present, this simply is not helpful!
I mean, I understand that whatever I am trying to getValue of, is not defined... if it's a piece of code with just one item—or even like a handful of items—whose value(s) I need, then I know exactly what I can do to hunt it down... but if it's a code involving 50 or so fields, then its no longer something that is trivial. Providing more detailed information would help the debugging part of development a great deal!
- At present, this simply is not helpful!