www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - VisualD & dub

reply =?iso-8859-1?Q?Robert_M._M=FCnch?= <robert.muench saphirion.com> writes:
Can VisualD somehow make use of dub in that I don't have to provide any 
"include paths" for modules etc.?

It's a bit irritating to use dub on the terminal and sometimes VisualD 
for debugging etc. and have to configure the same project two times.

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster
Mar 03 2018
parent Radu <rad.racariu gmail.com> writes:
On Saturday, 3 March 2018 at 16:01:29 UTC, Robert M. Münch wrote:
 Can VisualD somehow make use of dub in that I don't have to 
 provide any "include paths" for modules etc.?

 It's a bit irritating to use dub on the terminal and sometimes 
 VisualD for debugging etc. and have to configure the same 
 project two times.
You can call 'dub generate visuald' and have dub generate the visual studio solution for you. No need to manually sync those 2. Develop in VS and debug the same configuration as the dub file. Better post on learn next time btw...
Mar 03 2018