FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

VSpluginD info

 
Post new topic   Reply to topic     Forum Index -> VSpluginD
View previous topic :: View next topic  
Author Message
rsl



Joined: 04 Jan 2006
Posts: 47

PostPosted: Fri Jan 06, 2006 6:13 pm    Post subject: VSpluginD info Reply with quote

Overview

VSpluginD is plugin for Visual Studio 2005.
It's mainly wriiten in C# using VS SDK
http://msdn.microsoft.com/vstudio/extend/

VS SDK offer sufficient interface to make VS plugin.
I'm hoping VSpluginD offer full integration to VisualStudio like, C++, C# , VB.
Integrated Build, Intellisense, Debuging, and other features, useful for development.

VSpluginD is planned to be opensource.
If anyone interested in. please participate in development.
There is a lot of tasks needed to resolve.

though I need some source reorganization to svn upload .
until then, if anyone want source code. please contact me.

Infrastructure Layout

VSpluginD organized in 5 separated modules.

Project : Project Management.
LanguageService : intellisense ,etc.
MSBuildTask : Build Management, called from MSbuild.
DCodeModel : parse D source, and expose internal D ParseTree structure.
Debugger : not implemented yet.

License Issue
VS SDK License recently have changed to allow open source development.
Module "Project" and "LanguageService" contains
a lot of VS SDK sample code. so if file contain MS copyright notice.
it should follow VS SDK License.

Module "DCodeModel" contains dmd frontend translated to C#.
so this module should be GPL or Artistic license.
Back to top
View user's profile Send private message Send e-mail
hasan



Joined: 02 May 2005
Posts: 58

PostPosted: Sat Jan 07, 2006 8:27 pm    Post subject: Reply with quote

sounds awesome.
Do you know if it will work with VS 2005 express edition?!

Quote:
Module "DCodeModel" contains dmd frontend translated to C#.

Interesing .. does it work? just like that?
Back to top
View user's profile Send private message
rsl



Joined: 04 Jan 2006
Posts: 47

PostPosted: Sat Jan 07, 2006 9:36 pm    Post subject: Reply with quote

hasan wrote:
sounds awesome.
Do you know if it will work with VS 2005 express edition?!

No, it will not work with VS 2005 Express Edition, to my regret.
VS 2005 Express Edition has no extensibility,
so this plugin require Standard or above edition.

Quote:

Quote:
Module "DCodeModel" contains dmd frontend translated to C#.

Interesing .. does it work? just like that?

Current translated source is lexer/parser only,
and other modules are stubbed out.
it needs a lot of works to implement semantic path.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> VSpluginD All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group