Performance penalty for using {Form<form_name>} JSDoc type

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?

do you have something for us that we can profile?
Form is a quite heavy type because it also targets a javascript file again that it needs to be parsed, but a lot is cached. So i am curious where the time spend is in.