Auto importing packages #6007
Unanswered
bq-wrongway
asked this question in
Q&A
Replies: 2 comments 2 replies
-
This is not yet implemented: #1565 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks,now at least i know proper term for that!
…On Wed, 15 Feb 2023, 22:01 Michael Davis ***@***.***> wrote:
This is not yet implemented: #1565
<#1565>
—
Reply to this email directly, view it on GitHub
<#6007 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXKPTJZAA5J3IPMOR52AK4LWXU7YXANCNFSM6AAAAAAU5KUUCA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I dont know if this is possible in helix, but for example in vs code or sublime, when you use (lets say rust/go) and want to for example read the file :
let file = File::open(filename).unwrap();
i can on save, or manually trigger import of
use std::fs::File;
is there such option in helix ?
Beta Was this translation helpful? Give feedback.
All reactions