[548] Backing Field Smart Tag Request
When creating a property as below I get a smart tag to 'Add method return'. It would be nice to have the 'Add backing field' and 'Default body template' available here too, as they are when you choose for R# to create the property for you.
private string Category
{
get { }<----Cursor here.
set { }
}
Cheers
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-57148.
Best regards,
- Development Team.