문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top