-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get import auto completion? #17
Comments
I have tried disabling |
Unfortunately, this is still WIP #8 |
Thank you for your prompt answer! |
A workaround maybe: The work of #8, optimally needs uniformed ncm2 API . It doesn't stop you from hacking the editor yourself. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I am writing a
use
statement I am getting a lot of suggestions fromcwd
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?
The text was updated successfully, but these errors were encountered: