Visual D 0.3.42 released

Rainer Schuetze via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Aug 7 05:42:56 PDT 2015



On 06.08.2015 16:39, akaDemik wrote:
> On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze wrote:
>> there is a new version of Visual D available
>
> It will support the dub in the future?

I've shortly looked into that, but the first bummer was the file 
extension .json. Making this a Visual Studio project file would disallow 
editing .json files inside the Visual Studio editor (unless you go 
through some special open modes).

Having an additional .visualdproj file in the source folder defeats the 
purpose of a single project file (dub.json) for all platforms.

My current best guess is to add a command to the Visual D menu that lets 
the user select a dub.json file and creates a hidden Visual D project 
file into the .dub folder.

Having never used dub myself but for some exeriments, it's not very high 
on my agenda, so that's all that has happened so far ;-)

If there is enough interest, it might move further up that list. You can 
show your interest by voting or commenting 
https://issues.dlang.org/show_bug.cgi?id=11641


More information about the Digitalmars-d-announce mailing list