Daco Harkes

Results 171 comments of Daco Harkes

Way ahead of me! (Christmas came early! 🎁 ) Apparently I didn't know what to search for! https://dartcode.org/releases/v3-58/ Thanks @DanTup keep up the great work! 🚀

Can we hide the inlay hints if the param name is exactly the same as the argument?

It is the behavior in the C++ editor, and it I have it always on there. If it's less clutter, that's more an argument for having it on by default....

I tried to dig up the heuristics for the cpp editor, but I couldn't find a spec. * vscode plugin: https://github.com/clangd/vscode-clangd/issues?q=is%3Aissue+inlay+hints+is%3Aclosed * clangd language server has `--inlay-hints` param, bug tracking...

Type hints are redundant if a constructor is called immediately:

> My concern here is that it might not always be obvious to a user why a hint is missing and that could be confusing. It seems there's a trade-off...

Thanks for reporting @knopp! > windows (CMake / MSBuild): > * neither stdout or stderr is printed without verbose flag (-v) Yeah, this is a known issue. Even errors from...

> I'm wondering whether the build tool could insert some markers in the text that would survive msbuild and and `flutter run` could use to extract the relevant part. Yes,...

Ready for another round of bike shedding. @mit-mit @mraleph @mkustermann @mosuem @devoncarew @HosseinYousefi @jonasfj and who else wants to chime in.

Having a directory would fit with a possibility of having pub resolve dependencies differently in a directory: * https://github.com/dart-lang/pub/issues/3794 > Another solution would be to introduce a top-level directory called...