Skip to content
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

Auto imports on the fly as you type #236820

Open
svipas opened this issue Dec 22, 2024 · 0 comments
Open

Auto imports on the fly as you type #236820

svipas opened this issue Dec 22, 2024 · 0 comments
Assignees

Comments

@svipas
Copy link
Contributor

svipas commented Dec 22, 2024

So, since we now have paste imports the only one missing feature is auto imports on the fly as you type, to summarize it best here is short description from WebStorm (which contains this feature):

Unambiguous imports on the fly. WebStorm adds import statements when you type your code or paste a fragment with a symbol that is not yet imported if there is only one source to import the symbol from.

I tried it and I do believe this is amazing DX boost especially who work without suggest widget and rely on inline suggestions, because you can type path. and it auto imports path from Node.js by adding at the top: import { path } from 'path' or adds to an existing import. This saves a lot of time, because otherwise you're left with an quick fix or keyboard shortcut to import missing imports which is pain to do when you're typing fast and just want feedback as soon as possible and not to manually do additional action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants