Community
Participate
Working Groups
In HTML (or PHP) editor, JavaScript completion proposals are missing additional info with JSDoc - the yellowish tooltip window, that should normally show up on the right of completion proposals list. Everything works fine in JavaScript editor. The difference between those editors is that HTML editor uses JSDTCompletionProposals, whereas JS editor uses JavaCompletionProposals. JSDTCompletionProposal extends JavaCompletionProposal, altough the additionalInfo is never set and super.additionalInfo is not used as well.
Created attachment 179515 [details] patch make JSDTCompletionProposal.getAdditionalProposalInfo(IProgressMonitor) work the same as JSDTCompletionProposal.getAdditionalProposalInfo()
Chris, want to review? :-)
Looks good to me. Will get Nitin's approval and check into 3.2.3 and HEAD.
Checked into maintenance and HEAD. Thanks, Jacek!