开发者

How can I make a Visual Studio addon that posts my code to a website?

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 is开发者_运维知识库sues.

Is this possible in Visual Studio?


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.


Yes.

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜