digitalmars.D - VisualD & dub
- =?iso-8859-1?Q?Robert_M._M=FCnch?= (8/8) Mar 03 2018 Can VisualD somehow make use of dub in that I don't have to provide any
- Radu (6/11) Mar 03 2018 You can call 'dub generate visuald' and have dub generate the
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
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