-
Notifications
You must be signed in to change notification settings - Fork 456
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
Pasting code into empty file will trigger organize imports #1079
Pasting code into empty file will trigger organize imports #1079
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to limit it to Java files only
There should be a preference to enable or disable this feature |
90767c0
to
052665d
Compare
Can you investigate whether it'll be possible to also automatically apply the quickfixes for these 2 errors that'll likely pop up:
|
when adding a preference, don't forget to update the readme |
052665d
to
9f661a1
Compare
@fbricon I updated it with the preference java.paste.organizeImportsOnPaste |
9f661a1
to
483c793
Compare
Issue redhat-developer#1075 New preference: java.paste.organizeImportsOnPaste Signed-off-by: Nikolas Komonen <[email protected]>
483c793
to
a392a92
Compare
@fbricon updated with new preference name |
Thanks @NikolasKomonen ! |
Issue #1075
Signed-off-by: Nikolas Komonen [email protected]