Visual D 1.1.0-beta1 shows parameter storage at call site

Rainer Schuetze r.sagitario at gmx.de
Sun Dec 27 11:13:43 UTC 2020


Hi,

finally, there is a new version of Visual D being prepared. Apart from
updating the semantic engine to the latest (prerelease) version of dmd,
it features adding "adornments" (Visual Studio terminology) to the call
site of parameters that are passed by (mutable) ref, out or lazy.

See
https://rainers.github.io/visuald/visuald/images/parameterstorage.png
for some examples.

What do you think of this feature?
What about the slight inconsistency between struct member function calls
and UFCS calls?

If it's too annoying, you can disable the feature on the "Intellisense"
options page.

You can grab the new installer at
https://github.com/dlang/visuald/releases/tag/v1.1.0-beta1

Best,
Rainer


More information about the Digitalmars-d-ide mailing list