Open
Description
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.
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