IDE Improvement suggestions

  1. When we call a function anywhere on the code, the name of the function should be a link that redirects you to the line of where the function is defined.

  2. Collapse/Expand of functions.A small icon next to the function name, that when you click it it hides the code in the function, and then click it again it expands it.When you right hundreds of lines of code, this is REALLY helpfull.

  3. Automaticly get database’s fields as .options–This should be explained a bit further:

Example we have a dynamic dataset and we call the dataset's current item.
Lets call our variable that has the item currentItem
When we write currentItem. this will display the fields on the database on 
the box that appears...Name/LastName/Address etc. 
currentItem.Name
currentItem.LastName
currentItem.Address
you get the idea.Now,if you write it one time on the code then if you write it
again it is suggested as an option.It would be great if you have that at start
by default for all the fields.

Hi Maria,
Thanks for the feedback, these are all great features!
I’m happy to say that all 3 of them are on our roadmap :slight_smile: