Custom context actions and quick fixes
Is there a way to add my own context actiosn and quick fixes?
I would like to stop on a property and use my context action to use a backing ViewState field (public string Key; => public string Key { get { return ViewState["Key"]; } }) and things simalar to this.
Please sign in to leave a comment.
Hello Jakub,
You can add custom context actions or quick-fixes by writing a ReSharper
plug-in. Please follow this tutorial: http://hadihariri.com/blogengine/post/2010/01/12/Writing-plug-ins-for-ReSharper-Part-1-of-Undefined.aspx
which explains the process in detail.
Andrey Serebryansky
Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"