Weird suggestion in autocomplete

It isn't a big problem, but maybe it's easy to solve and I only do not know-how. I work with unity and Destroy method is one method that we use now and then, but if I type "des" rider suggests DES from System.Security.Cryptography, I don't use this class in my daily work and don't know why rider still suggesting this as the first suggestion. Can I fix this in any way? maybe a way to tell rider that unity methods have preferences in suggestions or something like that?

 

0
3 comments

Hi Joao,

If you select and insert the necessary item several times, will Rider place the focus on this value next time you type des? So you can just press enter (or tab) and complete the statement.

 

0

Hi Sofia, thanks for the answer

 

I always use Destroy but Rider does not place this in priority over DES. I tried to select destroy sequentially today afternoon but the DES option still apearing.

If I understood right in your case DestroyImmediate still being the second option

Thanks again for ur time

0

Hi Joao,

Yes, it is placed in the second position, but it is in focus (selected by default). So, you can just press enter and complete the statement with the necessary value.

I filed an issue on Rider's tracker for changing position: https://youtrack.jetbrains.com/issue/RIDER-61278. Please feel free to upvote and watch it for further updates.

0

Please sign in to leave a comment.