How to get a more aggressive autocomplete?

Answered

I like my autocomplete to be as aggressive as it was in monodevelop.

Are there settings to autoselect the first suggestion, which is the one highlighted by default, when I press space . ] or ) ?

As it currently behaves, the highlighted item in the autocomplete list isn't selected, which confused me for a while as it's standard to highlight a selection, so when I press ] Serialiable doesn't get inserted

0
1 comment

Yes, there is a setting to autocomplete on space. dot, and some other characters. You can turn it on in "File | Settings | Editor | General | Code Completion". However, Rider is not able to autocomplete on a square bracket or a closing round bracket yet.

Here is the feature request to upvote: https://youtrack.jetbrains.com/issue/RIDER-17848

0

Please sign in to leave a comment.