Request - Smart Tags for Property Accessibility Modifiers Follow
private bool MultiString
{
get { return _multiString; }
private set { _multiString = value; }
}
The private modifier on the setter must be more restrictive than the property. It would be nice to have some smart tag actions here - remove modifier, set property accessibility to public/iinternal/protected.
(Or maybe I'm just getting used to seeing a R# smart tag everywhere I see a squiggly red line ;) )
Thanks
Sean
Please sign in to leave a comment.
Hello,
We appreciate your feedback.
The corresponding JIRA request has been created, and you are welcome to monitor
its status at http://www.jetbrains.net/jira/browse/RSRP-57157.
Best regards,
- Development Team.