Type hint annotation in VsCode / code-d / DCD

frame frame86 at live.com
Tue Jun 15 18:52:25 UTC 2021


Is there an annotation type hint for DCD? like

```d
// @type(S!T)
auto foo = fun();
```
Code-completion does a good job if fun() is called in a chain 
directly but the type information is lost at variable foo.



More information about the Digitalmars-d-ide mailing list