I had an idea just now and I think it's pretty good.
Select whatever code you want from your .cs/.vb file and on right click there will be an option that says 'Upload to PasteBin'.
Where would I start?
I had an idea just now and I think it's pretty good.
Select whatever code you want from your .cs/.vb file and on right click there will be an option that says 'Upload to PasteBin'.
Where would I start?
You can try this: Tutorial : Creating Visual Studio Add-Ins and Simpler Code Add-In for Visual Studio 2008
Since you mentioned Visual C# Express, that is quite limited in developing IDE add-ons, for that, you need the professional edition to do this.
Hope this helps, Best regards, Tom.