The LS does privide autocomplete for un-imported classes in the import section. If I type import java.time.Ins I get a suggestion for Instant with som doc.
When I type just Ins somewhere else in the file, I get suggestions for already imported classes starting on Ins, but not eg. java.time.Ins. Even if i use the the full path java.time.Ins, I do not get the same completion as in the import section.
I could not find info on whether this is already included, and I've set up my editor wrong, or not. If it isn't, I would really like to get some pointers on the size of this task, and where I could start.
The LS does privide autocomplete for un-imported classes in the import section. If I type
import java.time.InsI get a suggestion forInstantwith som doc.When I type just
Inssomewhere else in the file, I get suggestions for already imported classes starting onIns, but not eg.java.time.Ins. Even if i use the the full pathjava.time.Ins, I do not get the same completion as in the import section.I could not find info on whether this is already included, and I've set up my editor wrong, or not. If it isn't, I would really like to get some pointers on the size of this task, and where I could start.