|
CompletionProposal Addtl Info Format -
06-25-2009, 03:16 AM
I'm creating a plugin that modifies the Content Assist feature. I would like to know the format for the yellow tooltip that appears to the right of the completion proposals. Also, if you know how JDT implements the additional proposal info, that'd be great, since I can't find anything past the seemingly deprecated getAdditionalProposalInfo() method of ICompletionProposal.
I can make the info appear on proposals that I make using the additionalInfo field, but I'm pretty sure there's a better way. Also, I've managed to get things to appear in bold if I surround the text with <b>...</b>, but no other html tags seem to work, so that leaves me puzzled. I tried <i>, <code>, to no avail.
Anything to help me understand how these things work would be appreciated.
|