JADE Environment Development Ideas

What's new in the upcoming JADE release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED SECURITY. SMOOTHER INTEGRATION

The JADE 2022 release meets tomorrow’s business demands.


Start your update to JADE's latest release

TODO list

A feature I love in WebStorm is the TODO list. If there's something you need to come back to later you just start a comment with TODO. At the click of a button you can then see a list of all the methods with TODO tasks and the comment against them.
  • Guest
  • May 1 2019
  • IDE Backlog
HistoricalComments
Brian Johnstone 3/04/2018 7:49:16 AM
Nice idea. At the moment, to make the 'search' more instantaneous we create a method on app in our highest level base schema called 'toDo'. Then, as well as the comment line we put in a call to the 'toDo' method. That way, you can do a references on the 'toDo' method and instantly get the list of methods. I've also seen other teams extend this approach by having a 'toDo_' method per developer, so developers can keep their own separate to-do lists.