This isn't something that can be done as part of a plugin, not without replacing the whole parameter info infrastructure, which would be a lot of work.
However, it would be very nice to see syntax highlighting in parameter info - you can vote for the issue on YouTrack (unless it was you that added it!) - http://youtrack.jetbrains.com/issue/RSRP-387440
I have switched from Visual Assist recently and absence of this feature is annoying (but everything else is perfect). I don’t think I am first who noticed that so maybe there is a serious reason for absence of highlighting.
Can it be implemented in Plugin? If yes, how much time it takes if I am newbie in ReSharper API?
This isn't something that can be done as part of a plugin, not without replacing the whole parameter info infrastructure, which would be a lot of work.
However, it would be very nice to see syntax highlighting in parameter info - you can vote for the issue on YouTrack (unless it was you that added it!) - http://youtrack.jetbrains.com/issue/RSRP-387440
I have switched from Visual Assist recently and absence of this feature is annoying (but everything else is perfect). I don’t think I am first who noticed that so maybe there is a serious reason for absence of highlighting.
It happened! Our prayers have been answered!
Meet https://github.com/MrJul/ReSharper.EnhancedTooltip by Julien Lebosquain. Thank you.