I'm using it for D2 only, but Visual D is mostly agnostic to the D
version. Anything "intelligent" is using the compiler generated JSON
files as browse information, and this is available for both versions.
The areas that might be incorrect for D1 source code are
- syntax highlighting of D2 keywords and some string variants that do
not exist in D1
- automatic generation of phobos JSON files is customized to the
structure of D2
dsimcha wrote:
== Quote from Rainer Schuetze ([email protected])'s article
Visual D is a Visual Studio package providing both project management
and language services for the D programming language. It works with
Visual Studio 2005, 2008 and 2010 as well as the free Visual Studio Shells.
Visual D comes with an easy installer and can be downloaded here:
http://www.dsource.org/projects/visuald
Rainer
How's D2 support? Is Visual D mostly a D1 IDE, or a D2 IDE?