I have created a JIRA ticket for this and would like to get voters on it, as this is something I would really be happy about:
When adding functions to a form, e.g. the onAction function for a button or the onDataChange function for a field, Servoy adds comments like this:
/**
* Perform the element default action.
* @param {JSEvent} event the event that triggered the action
* @private
* @properties= {typeid:24,uuid:"7C90D813-17BA-43F7-8457-C204FAB9F1A9"}
*/
function onAction(event) {
// TODO Auto-generated method stub
}
As I like my code to be without any noise, I currently take out all those red comments for each new function, which is quite a bit of work when writing a lot of functions.
Therefore, an option to let Servoy create such functions without such comments would be great.
The ticket is here: https://support.servoy.com/browse/SVY-10410