Linkify length limitation

I’ve found that there is a (likely html) limitation with the linkify tool. It cannot be used to select more than around 150 elements. Is there any way to overcome this? I think the output window is a very powerful tool and does a great job substituting a custom wpf UI, but with this limitation it is very difficult to use on large projects.

Okay. How many elements are being linkified so I can run a test. This probably has something to do with the 1024 character buffer size for the output

I have cases when it can reach up to 500 elements, so considering the length of the element Id it can grow huge. Still thinking about different approaches.