Which tools do you miss in D?

Graham Fawcett fawcett at uwindsor.ca
Mon Jan 27 12:24:20 PST 2014


On Monday, 27 January 2014 at 08:27:57 UTC, Atila Neves wrote:
>
> Right now I'm glad that flycheck highlights compilation errors 
> for me in emacs, but unfortunately there is no way currently to 
> pass it -I flags for different projects so any non-Phobos 
> non-currentdir imports fail.

Here's what I do for flymake. I'm not suggesting it's great, but 
it works for me:

https://gist.github.com/gmfawcett/8656475

You can specify compiler options in a project-local file, 
d.flymake.opts, which gets included to the compiler call using 
the '@' directive.

Graham


More information about the Digitalmars-d mailing list