Is it possible through their add-ins to add support to other languages that c# or vb.net? I mean, like have full control of the IDE, debugging included.
+6
A:
Yes, absolutely, using Visual Studio Extensibility.
"For an end-to-end sample of a language project system with debugging support, see the IronPython sample."
RichieHindle
2009-07-12 02:47:55
Are there any good books about it? I've read there is one with that name - Visual Studio Extensibility, but it seems to have aweful reviews.
devoured elysium
2009-07-12 03:18:12
@Jorge: Sorry, I've never read any books on the subject.
RichieHindle
2009-07-12 09:31:20
+1
A:
Then is a framework called the Irony project on codeplex to help with the creation of new language support.
Simeon Pilgrim
2009-07-12 07:39:03