September 21, 2019
Because Visual D often lags behind DMD releases, it marks syntax it doesn't yet understand with red squiggles (eg, comma-separated mixins). This can be distracting and annoying. Would it be possible to add an option to disable error squiggles? The C++ editor has this option and I find it useful.

Thanks.

(From looking at the dlangsvc.d source, it appears it might be as simple as having OnUpdateModule not run updateParseErrors.)
September 21, 2019
On Saturday, 21 September 2019 at 08:34:14 UTC, John Chapman wrote:
> Because Visual D often lags behind DMD releases, it marks syntax it doesn't yet understand with red squiggles (eg, comma-separated mixins). This can be distracting and annoying. Would it be possible to add an option to disable error squiggles? The C++ editor has this option and I find it useful.
>
> Thanks.
>
> (From looking at the dlangsvc.d source, it appears it might be as simple as having OnUpdateModule not run updateParseErrors.)

Sorry, I meant to post this in the IDEs forum.