visuald
visuald copied to clipboard
[enhancement] support for DUB's "package.json" format
spam reported this on 2013-11-29T03:30:44Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=11641
CC List
- aliloko
Description
mono-d already has it and it is so much more conveniant to have
- a consistent format throughout the IDEs
- to load it natively instead of "dub generate visuald" so that changes get recognized and i don't have to re-gen it all the time by hand
aliloko commented on 2015-05-13T07:36:13Z
Just wanted to say that this item is important to me. Currently I must regenerate the IDE project files each time I change the architecture or build type.
The command-line can be quite convoluted, for example: dub generate --build=release_nobounds --arch=x86_64 visuald
Handy selectors for:
- arch
- build
- configuration
and building with "dub build" could save me a lot of time.