Make string parameters show suggestions in Rider

I want my method to have string / text suggestion like how Rider do to unity input system methods or compare tag method as the two pictures above looks.

If anyone know how to add this to your methods I would be really thankful as I searched all over the internet with no answer to my case in Rider IDE.

6738706--776353--Screenshot_143.png
6738706--776356--Screenshot_149.png

This is for visual studio but the same package manager updates might apply:

This may help you with intellisense problems:

Also, try update the VSCode package inside of Unity: Window → Package Manager → Search for Visual Studio Code Editor → Press the Update button

Also, this: No suggestions in Vscode

Unfortunately, it didn’t work with rider, I want to make a method and have the string argument be suggested(From a list of already defined strings) like the pictures above if you didn’t get exactly what I mean.