Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Need feedback on https://bugs.eclipse.org/bugs/show_bug.cgi?id=575222

Hi All,

This issue is about how we should handle overloaded method completion together with method argument suggestions based on the expected type of the arguments.

The solution for this would also help adding support for lambda _expression_ completions https://bugs.eclipse.org/bugs/show_bug.cgi?id=443091 and may be later adding more suggestions such as methods refs as well.

I have added screenshots in eclipse and vscode with the experimental fix i did for JDT core. Please provide your feedback on the bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=575222

Best Regards,
Gayan.


Back to the top