Skip to content

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

Open
@dguisinger

Description

@dguisinger

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    amazon-qbugWe can reproduce the issue and confirmed it is a bug.codewhispererpartner-teamTriggers issue routing to owner team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions