When I am writing a use statement I am getting a lot of suggestions from cwd with no useful class path suggestions, like this:

What I would expect is a list of next possible class path components - not files from my cwd.
If I start to write the class name (without the path) in the use statement i get this:

so I know that the class names are recognized, however I don't know any means of inserting the displayed path.
Is there a way to get class path components suggested while writing?
Is there a way to insert the class path from the list seen in the second screenshot?
When I am writing a
usestatement I am getting a lot of suggestions fromcwdwith no useful class path suggestions, like this:What I would expect is a list of next possible class path components - not files from my
cwd.If I start to write the class name (without the path) in the
usestatement i get this:so I know that the class names are recognized, however I don't know any means of inserting the displayed path.
Is there a way to get class path components suggested while writing?
Is there a way to insert the class path from the list seen in the second screenshot?