This is the README file for Visual D, a Visual Studio package providing both project management and language services
Copyright (c) 2010-2019 by Rainer Schuetze, All Rights Reserved
Visual D aims at providing seamless integration of the D programming language into Visual Studio.
For installer download, more documentation and build instructions, please visit http://rainers.github.io/visuald/visuald/StartPage.html. Use forum http://forum.dlang.org/group/digitalmars.D.ide for questions and the D bug tracker https://issues.dlang.org/ to report issues.
Custom Project management
Integration with VC projects
Debugger
Language Service
Other
Supported Visual Studio versions
Express versions of Visual Studio do not support this kind of extensions. If you need to use these old version, use the Visual Studio Shell instead:
If you are using the Visual Studio Shell 2008 or 2010, it misses one file, that is needed for the conversion of the debug information by cv2pdb. This is msobj80.dll for VS2008 and msobj100.dll for VS2010 and must be extracted from a standard installation, the Visual C Express edition or the Windows SDK. You might also find it installed by other Microsoft products.
Includes tools to
Completely written in D2
This code is distributed under the terms of the Boost Software License, Version 1.0. For more details, see the full text of the license in the file LICENSE_1.0.txt.
The installer comes with a number of additional products:
The click-through-installer will guide you through the installation process. The installer lets you select the Visual Studio Version for which you want Visual D to be installed. It will always install for all users, not only for a single user.
To compile your application, you must have DMD, LDC or GDC installed. For LDC and GDC, after installation you must setup Visual D to find them: see Tools->Options->Projects and Solutions->Visual D Settings->LDC Directories and GDC Directories, respectively.
For documentation on the changes between this version and previous versions, please see the file CHANGES.
In a nutshell:
For more information, visit http://rainers.github.io/visuald/visuald/BuildFromSource.html
For more information on installation, a quick tour of Visual D with some screen shots and feedback, please visit the project home for Visual D at http://rainers.github.io/visuald/visuald/StartPage.html.
There's a forum dedicated to IDE discussions (http://forum.dlang.org/group/digitalmars.D.ide), where you can leave your comments and suggestions. Bug reports can be filed to the D bugzilla database for Component VisualD.
Have fun, Rainer Schuetze