There are a couple of issues that looked like they might cover this:
However as far as I can tell, it's not possible to get highlighting in the parameter names in the signature. I've tried various combinations of string/MarkdownString in the documentation properties with no luck. The string being rendered here is SignatureInformation.label which is only a string:

Here the main signature line in the tooltip is just all white. It would be much more readable if the types were coloured like they are in the editor.
There are a couple of issues that looked like they might cover this:
However as far as I can tell, it's not possible to get highlighting in the parameter names in the signature. I've tried various combinations of
string/MarkdownStringin thedocumentationproperties with no luck. The string being rendered here isSignatureInformation.labelwhich is only astring:Here the main signature line in the tooltip is just all white. It would be much more readable if the types were coloured like they are in the editor.