Editor Support /
Visual Studio
Difference (last change) (Author, normal page display)
Changed: 24c24
I'm developing D IDE plugin for Visual Studio.net 2003 using VSIP SDK. |
I'm developing a D IDE plugin for Visual Studio.net 2003 using the VSIP SDK. |
Changed: 26c26
Currently only basic features available. |
Currently only basic features are available: |
Changed: 31c31
I'm planning to integrate full D Language Service into it, like code completion, method tips, etc. |
I'm planning to integrate full D Language Services into it, like code completion, method tips, etc. |
Changed: 33c33
Currently This plugin is not for practical use yet. But, anyone who's interested in please test and report bug. |
Currently this plugin is not for practical use yet. But anyone who's interested in it, can they please test and report any bugs. |
VSpluginD
VSpluginD is a plugin for Visual Studio 2005. It is written in C# using VS SDK.
It requires VS Standard or above editions -- it doesn't work in the Express Edition.
Currently it supports D Syntax Highlighing, BraceMatching and Basic Build operations. Intellisense is incomplete, it completes only local/global declarations and MemberCompletion for simple types like "struct vec3{float x,y,z;}"
VSpluginD will be open sourced, though I've not uploaded the source yet. Anyone interested in Visual Studio plugin please help.
(adapted from NG:digitalmars.D.announce/2531)
See Also:
IDE Plugin
http://reverie.xrea.jp/wiki/VSpluginD.html
I'm developing a D IDE plugin for Visual Studio.net 2003 using the VSIP SDK.
Currently only basic features are available:
- Project Creating
- Build
- Debug
Currently this plugin is not for practical use yet. But anyone who's interested in it, can they please test and report any bugs.
Adapted from NG:digitalmars.D/18102
See also: NG:digitalmars.D/18177,
NG:digitalmars.D/18325,
NG:digitalmars.D/20182