Linked by Andrew Youll on Sat 27th Aug 2005 11:57 UTC, submitted by ajam
Thread beginning with comment 23958
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Extending Visual Studio
by Marcellus on Sat 27th Aug 2005 18:26
in reply to "RE[4]: Re: Fox in Microsoft's Tool-Suite Coop, and vi ..."
A little quick searching around and I found this site that should have information about how to extend VS to support other languages than the builtin ones. As far as I can tell, it should be even be possible to make a VI-like editor for visual studio.
http://msdn.microsoft.com/vstudio/extend/
RE[5]: Re: Fox in Microsoft's Tool-Suite Coop, and vi ...
by japail on Sat 27th Aug 2005 23:43
in reply to "RE[4]: Re: Fox in Microsoft's Tool-Suite Coop, and vi ..."
Also there's SML.NET's VS integration:
http://www.cl.cam.ac.uk/Research/TSG/SMLNET/vs.html







Member since:
2005-08-26
"Another thing that bother's me about IDE's is limited language support. VS.NET has support for it's particular languages, but has no support for other languages. "
Visual Studio don't have direct built-in support for other languages, true. It is however possible to create IDE plug-in's AFAIK.
I can't point you to any resources about how to make such plug-in's, but as an example look up ActiveState's python and perl plug-in's for VS.