-
-
Notifications
You must be signed in to change notification settings - Fork 19
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 import namespaces? #510
Comments
Yes, this normally automatically happens during autocompletion. If you get autocompletion for |
@Gert-dev Maybe this should be closed? |
As I understand there is no extra menu for unimported stuff that can open and then click import? |
@rrolla Hi. Having such a menu, specially in a large project could be troublesome, both from performance and effectiveness perspectives. If you want to
That's it. If you are either partially or completely unable to use autocompletion, then see #501 and the workaround. |
Thanks for the tip @machitgarha |
is it possible to import php namespaces on atom?
For example I type hint Builder class but to make it work I need to import it, and only thing to get namespace is to look on laravel api (https://laravel.com/api/5.8/Illuminate/Database/Eloquent/Builder.html)
Than manually copy:
The text was updated successfully, but these errors were encountered: