visuald icon indicating copy to clipboard operation
visuald copied to clipboard

[enhancement] support for DUB's "package.json" format

Open dlangBugzillaToGithub opened this issue 12 years ago • 1 comments

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

  1. a consistent format throughout the IDEs
  2. 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

dlangBugzillaToGithub avatar Nov 29 '13 03:11 dlangBugzillaToGithub

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.

dlangBugzillaToGithub avatar May 13 '15 07:05 dlangBugzillaToGithub