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

Amazon Q autocomplete keeps inserting angle brackets as I type in places they don't belong #5125

Open
dguisinger opened this issue Nov 24, 2024 · 0 comments
Labels
amazon-q bug We can reproduce the issue and confirmed it is a bug. codewhisperer

Comments

@dguisinger
Copy link

dguisinger commented Nov 24, 2024

Describe the bug
Using Amazon Q Developer in JetBrains Rider with C#, every time I am typing out a function call where the function has generics, I get the following:
FunctionName(<>)() instead of FunctionName()
It appears the autocomplete is ignoring my intent and trying to clumsily force FunctionName() on me

To reproduce
Pick a generic function to call, in my case it was using Should() from FluentAssertions nuget package.
Start typing the function name. At the end hit (
Autocomplete will take over and put (<>)()

Expected behavior
I expect to be able to type out without Q inserting text I'm forced to delete.

Screenshots
Screenshot 2024-11-23 at 6 13 02 PM

Your Environment

  • OS: MacOS 15.1
  • JetBrains product: Rider
  • JetBrains product version: 2024.3
  • AWS Toolkit version:
  • AWS Core version: 3.41-243
  • Amazon Q version: 3.41-243
  • SAM CLI version:
  • JVM/Python version:

Additional context

@dguisinger dguisinger added the bug We can reproduce the issue and confirmed it is a bug. label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
amazon-q bug We can reproduce the issue and confirmed it is a bug. codewhisperer
Projects
None yet
Development

No branches or pull requests

2 participants