Open dub project?

ZombineDev via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Thu Dec 31 18:46:55 PST 2015


On Thursday, 31 December 2015 at 23:46:21 UTC, Jason Jeffory 
wrote:
> How can I open a dub generated project in VS with VD?  Is there 
> any support or do I have to create a side project and manage it 
> separately, more or less? If so, it would be really cool if VD 
> could understand dub projects!

The Dub support in VisualD actually works backwards - you need to 
use Dub to get VisualD project files:

cd my_project
dub generate visuald

The above command will produce a my_project.sln file that you can 
now open in Visual Studio.


More information about the Digitalmars-d-ide mailing list