Suggestion popup does not implement the sugesstion
Rider will put squiggly lines under text to make suggestions. Such as a protected property should not look like a private property. If I hover over the squiggly line, the suggestion pops up. How do I get rider to take action on the recommended suggestion? I'm using Rider on Mac.
Please sign in to leave a comment.
Hello Daldridge,
Thank you for reaching Rider forum!
To apply suggestion for the existing code you may want to selected completion suggestion before the existing item by pressing ⏎ or replace the existing identifier with the selected suggestion by pressing ⇥. If necessary, you can change the default shortcuts on the Keymap page of JetBrains Rider settings (look for the Choose Lookup Item and Choose Lookup Item Replace actions).
Please find more info about applying suggestion in our documentation below:
Auto-Completing Code
If that is not the info you are looking for, could you please clarify the issue with the code snippet example?
Thank you in advance!