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-import/import-suggestions #83

Closed
0xEAB opened this issue Dec 26, 2019 · 1 comment · Fixed by #285
Closed

Auto-import/import-suggestions #83

0xEAB opened this issue Dec 26, 2019 · 1 comment · Fixed by #285

Comments

@0xEAB
Copy link
Contributor

0xEAB commented Dec 26, 2019

It would be pretty cool to have auto-imports (import suggestions).

Means e.g.

void main()
{
	auto f = new File|
}

Intellisense would now suggest File from std.stdio and automatically add import std.stdio; to the module as soon as one hits [Enter] or whatsoever to insert the suggested File.

Actually it's a pretty common feature and D is the only language I'm currently programming in that there's no implementation for this. Also manually specifing those imports is basically just busywork.

This would be my huge feature request for 2020…

@0xEAB
Copy link
Contributor Author

0xEAB commented Jan 15, 2023

neat, thx 🎉

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

Successfully merging a pull request may close this issue.

2 participants