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

Bring imports along when copy/pasting code #347

Closed
DanTup opened this issue Jul 3, 2017 · 1 comment
Closed

Bring imports along when copy/pasting code #347

DanTup opened this issue Jul 3, 2017 · 1 comment

Comments

@DanTup
Copy link
Member

DanTup commented Jul 3, 2017

It's possible the analysis server will gain the ability to bring imports along when copy/pasting:

dart-lang/sdk@d31ed86

We need to be able to hook these events in Code (microsoft/vscode#30066) for this to work, but it'd make a great feature!

We'd need to know the analysis server version it first ships in and only try to use it if it's available. We may also wish to hide it behind a flag while it's marked experimental (probably we'll need to have both experimental + stable version numbers so we can stop requiring the flag for the correct version when it becomes "stable").

@DanTup DanTup added in editor Relates to code editing or language features is enhancement labels Jul 3, 2017
@DanTup
Copy link
Member Author

DanTup commented Dec 22, 2017

Dupe of #351

@DanTup DanTup closed this as completed Dec 22, 2017
@DanTup DanTup added duplicate and removed in editor Relates to code editing or language features is enhancement labels Dec 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant