www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - visual studio 2005

reply imr1984 <imr1984_member pathlink.com> writes:
Just got my free copy of Visual Studio 2005 Beta 2, and i must say its great.
You can download the VSIP SDK that lets you extend the IDE, including creating
support for other languages. Im considering writing a plugin that lets the IDE
do intellisense for D.
May 23 2005
next sibling parent reply Hasan Aljudy <hasan.aljudy gmail.com> writes:
imr1984 wrote:
 Just got my free copy of Visual Studio 2005 Beta 2, and i must say its great.
 You can download the VSIP SDK that lets you extend the IDE, including creating
 support for other languages. Im considering writing a plugin that lets the IDE
 do intellisense for D.
 
 
That would be great, if you have enough enthusiasm then go ahead, I'm sure alot of people will be interested.
May 23 2005
parent reply MicroWizard <MicroWizard_member pathlink.com> writes:
I'm curious about it's possibility.
As far as i know, Visual Studio (2002,2003 and I think 2005 too)
are .NET based and (almost) all of the supported languages generate managed
(IL) code, so the resulted "assembly" is not able to run without
the .NET framework (CLR).

So I think D can not be embedded into it.

Tamas Nagy
E-mail: tamas at microwizard dot hu

In article <d6t62r$1nib$1 digitaldaemon.com>, Hasan Aljudy says...
imr1984 wrote:
 Just got my free copy of Visual Studio 2005 Beta 2, and i must say its great.
 You can download the VSIP SDK that lets you extend the IDE, including creating
 support for other languages. Im considering writing a plugin that lets the IDE
 do intellisense for D.
 
 
That would be great, if you have enough enthusiasm then go ahead, I'm sure alot of people will be interested.
May 23 2005
next sibling parent =?ISO-8859-1?Q?Jari-Matti_M=E4kel=E4?= <jmjmak utu.fi.no.sp.am> writes:
MicroWizard wrote:
 I'm curious about it's possibility.
 As far as i know, Visual Studio (2002,2003 and I think 2005 too)
 are .NET based and (almost) all of the supported languages generate managed
 (IL) code, so the resulted "assembly" is not able to run without
 the .NET framework (CLR).
 
 So I think D can not be embedded into it.
 
 Tamas Nagy
 E-mail: tamas at microwizard dot hu
 
 In article <d6t62r$1nib$1 digitaldaemon.com>, Hasan Aljudy says...
 
imr1984 wrote:

Just got my free copy of Visual Studio 2005 Beta 2, and i must say its great.
You can download the VSIP SDK that lets you extend the IDE, including creating
support for other languages. Im considering writing a plugin that lets the IDE
do intellisense for D.
That would be great, if you have enough enthusiasm then go ahead, I'm sure alot of people will be interested.
It's good to remember that many of us use Eclipse SDK (www.eclipse.org). Eclipse is very powerful and modular cross-platform SDK. But the biggest problem is that we don't have a proper D language plugin (yet ;-). I think it's a way better place to start, eh? Jari-Matti
May 23 2005
prev sibling next sibling parent Eugene Pelekhay <pelekhay gmail.com> writes:
MicroWizard wrote:
 I'm curious about it's possibility.
 As far as i know, Visual Studio (2002,2003 and I think 2005 too)
 are .NET based and (almost) all of the supported languages generate managed
 (IL) code, so the resulted "assembly" is not able to run without
 the .NET framework (CLR).
 
 So I think D can not be embedded into it.
This is not true. I working with both version 2003 and 2005b2, so i can say that both this versions can be used to generate code even for NT DDK. Of course I mean C++ tools. And I don't see why it's impossible to add D as one of supported languages. However I prefer eclipse as Development platform for D.
 
 Tamas Nagy
 E-mail: tamas at microwizard dot hu
 
 In article <d6t62r$1nib$1 digitaldaemon.com>, Hasan Aljudy says...
 
imr1984 wrote:

Just got my free copy of Visual Studio 2005 Beta 2, and i must say its great.
You can download the VSIP SDK that lets you extend the IDE, including creating
support for other languages. Im considering writing a plugin that lets the IDE
do intellisense for D.
That would be great, if you have enough enthusiasm then go ahead, I'm sure alot of people will be interested.
May 24 2005
prev sibling parent "uframer" <uframer sina100.com.cn> writes:
I vote for Eclipse.
"MicroWizard" <MicroWizard_member pathlink.com>
写入消息新闻:d6tec3$2123$1 digitaldaemon.com...
 I'm curious about it's possibility.
 As far as i know, Visual Studio (2002,2003 and I think 2005 too)
 are .NET based and (almost) all of the supported languages generate 
 managed
 (IL) code, so the resulted "assembly" is not able to run without
 the .NET framework (CLR).

 So I think D can not be embedded into it.

 Tamas Nagy
 E-mail: tamas at microwizard dot hu

 In article <d6t62r$1nib$1 digitaldaemon.com>, Hasan Aljudy says...
imr1984 wrote:
 Just got my free copy of Visual Studio 2005 Beta 2, and i must say its 
 great.
 You can download the VSIP SDK that lets you extend the IDE, including 
 creating
 support for other languages. Im considering writing a plugin that lets 
 the IDE
 do intellisense for D.
That would be great, if you have enough enthusiasm then go ahead, I'm sure alot of people will be interested.
May 27 2005
prev sibling parent J C Calvarese<technocrat7 gmail.com> writes:
In article <d6s292$kl3$1 digitaldaemon.com>, imr1984 says...
Just got my free copy of Visual Studio 2005 Beta 2, and i must say its great.
You can download the VSIP SDK that lets you extend the IDE, including creating
support for other languages. Im considering writing a plugin that lets the IDE
do intellisense for D.
I don't know if it's compatible with VS 2005 Beta 2 (or even if it works with any version of VS), but there's an inactive project at dsource called DCoder (http://www.dsource.org/projects/dcoder/): "Visual Studio.NET extensions for D like Syntax highlighting" You might want to check it out. jcc7
May 23 2005