Visual D 0.44 released - VC project integration and Concord debugger extension

Rainer Schuetze via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun Mar 12 05:09:10 PDT 2017


Hi,

I'm glad to finally announce the release of a new version of Visual D, 
the Visual Studio extension for the D programming language.

Among a considerable number of changes and bug fixes [1], this version 
features two major enhancements for inter-operability with C/C++:

- Visual C project integration: just add your D files to a C/C++ project 
and they will be compiled and linked with the project [2]

- Integration of mago's D expression evaluator with the Visual Studio 
debugger [3]

Other notable features are improvements to the Intellisense completion 
list and preliminary support for VS 2017 (no VC project integration yet).

You can find more information and the download link to the installer here:

http://rainers.github.io/visuald/visuald/StartPage.html

Cheers,
Rainer


[1] http://rainers.github.io/visuald/visuald/VersionHistory.html
[2] http://rainers.github.io/visuald/visuald/vcxproject.html
[3] http://rainers.github.io/visuald/visuald/Debugging.html#concord


More information about the Digitalmars-d-announce mailing list