1

I'm trying to create an extension for Visual Studio that will post code from a given method and possibly the error message to my blog. I'm building a small wordpress blog for common mistakes I make so I can browser them later on possibly and help people out with the same issues.

Is this possible in Visual Studio?

Sergio Tapia
  • 36,466
  • 70
  • 175
  • 253

2 Answers2

0

If the question is simply if this is possible, then the answer is that yes, it is.

You can use the wordpress api to post blog entries.

For the visual studio part, you should be able to use WPF or winforms.

Oded
  • 463,167
  • 92
  • 837
  • 979
0

Yes.

You can make a Visual Studio addon that includes WPF or WinForms UI to do anything you want.

SLaks
  • 800,742
  • 167
  • 1,811
  • 1,896