aws-toolkit-jetbrains icon indicating copy to clipboard operation
aws-toolkit-jetbrains copied to clipboard

[CodeWhisperer] Make CodeWhispererEnterHandler override EnterHandler

Open andrewyuq opened this issue 3 years ago • 1 comments

  1. Currently it's overriding EditorActionHandler which doesn't have access to the indents the EnterHandler makes afterwards, so override the EnterHandler class.

Types of changes

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)

Description

Motivation and Context

Related Issue(s)

Testing

Screenshots (if appropriate)

Checklist

  • [x] I have read the README document
  • [x] I have read the CONTRIBUTING document
  • [x] Local run of gradlew check succeeds
  • [x] My code follows the code style of this project
  • [x] I have added tests to cover my changes
  • [x] All new and existing tests passed
  • [ ] A short description of the change has been added to the CHANGELOG if change is customer facing in the IDE.

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

andrewyuq avatar Aug 10 '22 00:08 andrewyuq

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Aug 10 '22 22:08 sonarqubecloud[bot]