Hi all,
We have started using extensively the JSDoc annotation feature introduced in Servoy 6. However, we are noticing severe performance issues in Servoy Developer every time we include things like @param {Form<form_name>} or @type {Form<form_name>} in the source code.
The most serious issues are in the significant delay in save operations of .js files and in displaying code completion/assistance information. In the most drastic cases eliminating @param {Form<form_name>} or @type {Form<form_name>} JSDoc annotations change a 10-second save operation to a sub-second one.
Has anyone else experienced similar issues and are there some ways of resolving them?