eclipse.jdt.ls
eclipse.jdt.ls copied to clipboard
Fix type completion when type name conflicts
trafficstars
When type completion are applied where the same simple name already imported in the scope, the second type completion is completed as a fully qualified completion.
Can one of the admins verify this patch?
add to whitelist
Do you mean in the below gif, java.util.List should be completed?

Do you mean in the below gif,
java.util.Listshould be completed?
Yes in Eclipse when we have a Simple Name conflict, the fully qualified name is used as the completion text.
You are welcome @jdneo