-
Notifications
You must be signed in to change notification settings - Fork 274
feat(amazonq): Implement file-level acceptance for /dev. #5063
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
Conversation
...s/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevControllerExtensions.kt
Fixed
Show fixed
Hide fixed
...s/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevControllerExtensions.kt
Fixed
Show fixed
Hide fixed
| pillText = message("amazonqFeatureDev.follow_up.insert_code"), | ||
| pillText = when (type) { | ||
| InsertAction.ALL -> message("amazonqFeatureDev.follow_up.insert_all_code") | ||
| InsertAction.REMAINING -> message("amazonqFeatureDev.follow_up.insert_remaining_code") |
Check warning
Code scanning / QDJVMC
Usage of redundant or deprecated syntax or deprecated symbols Warning
| pillText = when (type) { | ||
| InsertAction.ALL -> message("amazonqFeatureDev.follow_up.insert_all_code") | ||
| InsertAction.REMAINING -> message("amazonqFeatureDev.follow_up.insert_remaining_code") | ||
| InsertAction.CONTINUE -> message("amazonqFeatureDev.follow_up.continue") |
Check warning
Code scanning / QDJVMC
Usage of redundant or deprecated syntax or deprecated symbols Warning
| InsertAction.ALL -> message("amazonqFeatureDev.follow_up.insert_all_code") | ||
| InsertAction.REMAINING -> message("amazonqFeatureDev.follow_up.insert_remaining_code") | ||
| InsertAction.CONTINUE -> message("amazonqFeatureDev.follow_up.continue") | ||
| InsertAction.AUTO_CONTINUE -> message("amazonqFeatureDev.follow_up.continue") |
Check warning
Code scanning / QDJVMC
Usage of redundant or deprecated syntax or deprecated symbols Warning
c2d0a4f to
cf36b6a
Compare
9e646ee to
e4429d6
Compare
...oftware/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevController.kt
Outdated
Show resolved
Hide resolved
...oftware/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevController.kt
Outdated
Show resolved
Hide resolved
...-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/session/Session.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: Thiago Verney <[email protected]>
e4429d6 to
cf2d7cc
Compare
Provides the feature for a user to accept individual generated files, and add them to their project.
Types of changes
Description
Provides the feature for a user to accept individual generated files, and add them to their project.
Checklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.