vote up 1 vote down star
1

I want to have a go at writing add ins for visual studio that can play around with the code like resharper does e.g. look at a line of code and then suggest which "using statements" need to be added.

This is purely for educational purposes and a bit of fun, however I have no idea where to get started with the extensibility model. Can anyone point me in the right direction of some good resources

flag
dupe of stackoverflow.com/questions/855808/… – Indeera Aug 1 at 21:31

1 Answer

vote up 0 vote down

I'd start with the Common Compiler Infrastructure if you are analyizing code compiled to MSIL.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.