custom plugin to help Resharper recognize auto-generated code
I am using an ASP.NET BuildProvider to auto-generate some code. Unfortunately,
the current version of Resharper 2.0 does not support BuildProviders and
highlights all usages of the classes that are auto-generated in red. I would
like to create a Resharper plugin that can recognize the auto-generated code.
I was wondering if I could get some direction as to what I need to do to
make that happen (what interfaces do I need to implement, how do I hook them
all up?) I'm hoping that Resharper has support for components generated
through the System.CodeDom namespace as that should make it pretty easy to
do.
I would appreciate any help/guidence in implementing this!
~Andy
Please sign in to leave a comment.
Hi Andy,
I'd like to express my support for such a plugin, just in case the R#
API currently lacks the required hooks to do this.
Yours,
Morten