needle-console
needle-console copied to clipboard
Wrong highlighting on complex generics and inner classes
Texts in the red boxes are full class names, but the first part of them are still wrongly highlighted as namespaces.
The white bracket highlighted in the image above seems to be redundant?
Thanks for reporting.
The white bracket is necessary unfortunately for Unity to recognize the pattern ) (at
and convert it to a hyperlink internally (if you highlight the params like above the text internally looks like this )</color> (at
without the redudant closing bracket and will thus not be converted
I guess we could probably convert the hyperlink ourselves tho... I'll think about it :)