Autogenerate of intellisense info does not handle delegates or Func<> or Action<> types

The delegates and Action<> and also Func<> types give no intellisens in the editor. If I manually edit the generated typescript files and put in a valid TypeScript delegatw like r : int => int it works!
Can the autogenerate procedure be updated to do this correctly or is there some workaround

Hi Derek,

There seems to be a problem with correctly generating keys to look up generic types/methods in the XML files, which we try to fix in the next release. Just so we test it with your scenario, could you post an example of typescript/javascript code where the IntelliSense does not work and how you modify .ts files to get it to work?

Kind regards,
Dmitry