Yes, you can do this using ReSharper's code annotation attributes.
First go to ReSharper-> Options-> Code Annotations, copy the attributes to the clipboard and add them to your project.
Then mark the parameters of your methods with the necessary attributes. For example, mark the parameter containing the action string with AspMvcActionAttribute ; controller - using AspMvcControllerAttribute , etc.
source share