You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: